diff options
| author | Wojciech Sciesinski <it-praktyk@users.noreply.github.com> | 2019-05-27 19:59:50 +0200 |
|---|---|---|
| committer | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2019-05-27 10:59:50 -0700 |
| commit | 95bb2fbd88b951ac20b34d35a89ce71c389afe21 (patch) | |
| tree | 9d9cb8933b6be419649af00ea9238b744a394a02 | |
| parent | 9bf8cdb4096f9b1f55671bf7e4e13fecb18eb2d9 (diff) | |
Fix link in api-conventions.md (#3739)
* Correct the link target
* Make the link description more precise
* Correct the link target - once again.
Co-Authored-By: Christoph Blecker <admin@toph.ca>
| -rw-r--r-- | contributors/devel/sig-architecture/api-conventions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/devel/sig-architecture/api-conventions.md b/contributors/devel/sig-architecture/api-conventions.md index 1d47ff27..f5d5a13e 100644 --- a/contributors/devel/sig-architecture/api-conventions.md +++ b/contributors/devel/sig-architecture/api-conventions.md @@ -5,7 +5,7 @@ Updated: 3/7/2017 *This document is oriented at users who want a deeper understanding of the Kubernetes API structure, and developers wanting to extend the Kubernetes API. -An introduction to using resources with kubectl can be found in [the object management overview](https://kubernetes.io/docs/tutorials/object-management-kubectl/object-management/).* +An introduction to using resources with kubectl can be found in [the object management overview](https://kubernetes.io/docs/concepts/overview/working-with-objects/object-management/).* **Table of Contents** |
