From 18b34fcd7ac53c28ba1f79d703670f2207291634 Mon Sep 17 00:00:00 2001 From: Vallery Lancey Date: Sat, 29 Jun 2019 13:36:54 -0700 Subject: [PATCH] Fix broken development README link to api-conventions doc. --- contributors/devel/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributors/devel/README.md b/contributors/devel/README.md index 3b81ef4e4..e49af6276 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/)):