diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2019-05-07 15:52:33 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-07 15:52:33 -0700 |
| commit | 998763c9d1ac24d62003e26c4edeafa27eaa73ce (patch) | |
| tree | ccb029a675fc6df222f1374c086761fb2610a9e6 /contributors | |
| parent | 8746056d16f19292e32dcf19366dab6c1814ab85 (diff) | |
| parent | cabb6548fe5ad9bc80f26b503db59e709b4f6cc9 (diff) | |
Merge pull request #3683 from k-toyoda-pi/fix_new_link
fix some links
Diffstat (limited to 'contributors')
| -rw-r--r-- | contributors/devel/sig-node/cri-container-stats.md | 2 | ||||
| -rw-r--r-- | contributors/devel/sig-node/cri-testing-policy.md | 2 | ||||
| -rw-r--r-- | contributors/devel/sig-release/release.md | 2 | ||||
| -rw-r--r-- | contributors/guide/coding-conventions.md | 2 | ||||
| -rw-r--r-- | contributors/guide/pull-requests.md | 2 | ||||
| -rw-r--r-- | contributors/guide/style-guide.md | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/contributors/devel/sig-node/cri-container-stats.md b/contributors/devel/sig-node/cri-container-stats.md index c1176f05..c72f2c8b 100644 --- a/contributors/devel/sig-node/cri-container-stats.md +++ b/contributors/devel/sig-node/cri-container-stats.md @@ -1,7 +1,7 @@ # Container Runtime Interface: Container Metrics [Container runtime interface -(CRI)](/contributors/devel/container-runtime-interface.md) +(CRI)](/contributors/devel/sig-node/container-runtime-interface.md) provides an abstraction for container runtimes to integrate with Kubernetes. CRI expects the runtime to provide resource usage statistics for the containers. diff --git a/contributors/devel/sig-node/cri-testing-policy.md b/contributors/devel/sig-node/cri-testing-policy.md index d0371677..636f80a2 100644 --- a/contributors/devel/sig-node/cri-testing-policy.md +++ b/contributors/devel/sig-node/cri-testing-policy.md @@ -3,7 +3,7 @@ **Owner: SIG-Node** This document describes testing policy and process for runtimes implementing the -[Container Runtime Interface (CRI)](/contributors/devel/container-runtime-interface.md) +[Container Runtime Interface (CRI)](/contributors/devel/sig-node/container-runtime-interface.md) to publish test results in a federated dashboard. The objective is to provide the Kubernetes community an easy way to track the conformance, stability, and supported features of a CRI runtime. diff --git a/contributors/devel/sig-release/release.md b/contributors/devel/sig-release/release.md index 07a7f518..3cfa1624 100644 --- a/contributors/devel/sig-release/release.md +++ b/contributors/devel/sig-release/release.md @@ -81,7 +81,7 @@ Return to 'Normal Dev' phase requirements: <li>/approved</li> </ul> -Merges into the 1.y branch are now [via cherrypicks](https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md), approved by release branch manager. +Merges into the 1.y branch are now [via cherrypicks](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-release/cherry-picks.md), approved by release branch manager. </td> <td> <ul> diff --git a/contributors/guide/coding-conventions.md b/contributors/guide/coding-conventions.md index 292cb5da..e4eb61f0 100644 --- a/contributors/guide/coding-conventions.md +++ b/contributors/guide/coding-conventions.md @@ -57,7 +57,7 @@ following Go conventions - `stateLock`, `mapLock` etc. - [API changes](/contributors/devel/sig-architecture/api_changes.md) - - [API conventions](/contributors/devel/api-conventions.md) + - [API conventions](/contributors/devel/sig-architecture/api-conventions.md) - [Kubectl conventions](/contributors/devel/sig-cli/kubectl-conventions.md) diff --git a/contributors/guide/pull-requests.md b/contributors/guide/pull-requests.md index cdab6ce4..a5e9f489 100644 --- a/contributors/guide/pull-requests.md +++ b/contributors/guide/pull-requests.md @@ -181,7 +181,7 @@ Let's talk about best practices so your pull request gets reviewed quickly. * [Development guide](/contributors/devel/development.md) * [Coding conventions](../guide/coding-conventions.md) -* [API conventions](/contributors/devel/api-conventions.md) +* [API conventions](/contributors/devel/sig-architecture/api-conventions.md) * [Kubectl conventions](/contributors/devel/sig-cli/kubectl-conventions.md) ## 1. Is the feature wanted? File a Kubernetes Enhancement Proposal diff --git a/contributors/guide/style-guide.md b/contributors/guide/style-guide.md index 629f3bba..39d99c7a 100644 --- a/contributors/guide/style-guide.md +++ b/contributors/guide/style-guide.md @@ -668,7 +668,7 @@ their previous efforts this guide would not be nearly as concise as it should. [SIG Google groups]: /sig-list.md [ISO 8601]: https://en.wikipedia.org/wiki/ISO_8601 [kubernetes icon set]: /icons -[API naming convention]: /contributors/devel/api-conventions.md#naming-conventions +[API naming convention]: /contributors/devel/sig-architecture/api-conventions.md#naming-conventions [singular-they]: https://en.wikipedia.org/wiki/Singular_they [Microsoft's guide to bias-free communication]: https://docs.microsoft.com/en-us/style-guide/bias-free-communication [Wikipedia's entry for the Singular they]: https://en.wikipedia.org/wiki/Singular_they |
