summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com>2019-06-29 13:43:21 -0700
committerGitHub <noreply@github.com>2019-06-29 13:43:21 -0700
commit30d10459cd71bb210d54aab19272e8e363692bb9 (patch)
treef22c7e37a91139822e77d530cc20d987df2d181a
parente7d17462c8f678a0e3231b141446646b2daef206 (diff)
parent18b34fcd7ac53c28ba1f79d703670f2207291634 (diff)
Merge pull request #3858 from vllry/fix-api-conventions-link
Fix broken development README link to api-conventions doc
-rw-r--r--contributors/devel/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/devel/README.md b/contributors/devel/README.md
index 3b81ef4e..e49af627 100644
--- a/contributors/devel/README.md
+++ b/contributors/devel/README.md
@@ -57,7 +57,7 @@ Guide](http://kubernetes.io/docs/admin/).
* **Annotations** ([Annotations](https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/)): are for attaching arbitrary non-identifying metadata to objects.
Programs that automate Kubernetes objects may use annotations to store small amounts of their state.
-* **API Conventions** ([api-conventions.md](api-conventions.md)):
+* **API Conventions** ([api-conventions.md](sig-architecture/api-conventions.md)):
Defining the verbs and resources used in the Kubernetes API.
* **API Client Libraries** ([Client Libraries](https://kubernetes.io/docs/reference/using-api/client-libraries/)):