Merge pull request #3858 from vllry/fix-api-conventions-link

Fix broken development README link to api-conventions doc
This commit is contained in:
Kubernetes Prow Robot 2019-06-29 13:43:21 -07:00 committed by GitHub
commit 30d10459cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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. * **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. 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. Defining the verbs and resources used in the Kubernetes API.
* **API Client Libraries** ([Client Libraries](https://kubernetes.io/docs/reference/using-api/client-libraries/)): * **API Client Libraries** ([Client Libraries](https://kubernetes.io/docs/reference/using-api/client-libraries/)):