change old link to new link
This commit is contained in:
parent
4aedcd41c0
commit
cabb6548fe
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue