Fix broken development README link to api-conventions doc.

This commit is contained in:
Vallery Lancey 2019-06-29 13:36:54 -07:00
parent e7d17462c8
commit 18b34fcd7a
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/)):