From 6e6aae6c29159c0c616f49029de8ced2ab7dbddf Mon Sep 17 00:00:00 2001 From: craigmonson Date: Tue, 7 Mar 2017 15:09:50 -0500 Subject: [PATCH] Update README.md fix broken link to config maps --- controllers/nginx/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/nginx/README.md b/controllers/nginx/README.md index 1d46a1fd6..7b4d228fe 100644 --- a/controllers/nginx/README.md +++ b/controllers/nginx/README.md @@ -1,6 +1,6 @@ # Nginx Ingress Controller -This is an nginx Ingress controller that uses [ConfigMap](https://github.com/kubernetes/kubernetes/blob/master/docs/design/configmap.md) to store the nginx configuration. See [Ingress controller documentation](../README.md) for details on how it works. +This is an nginx Ingress controller that uses [ConfigMap](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/configmap.md) to store the nginx configuration. See [Ingress controller documentation](../README.md) for details on how it works. ## Contents * [Conventions](#conventions)