From 7a1f604120460c945f23b14e64b3181375926d6d Mon Sep 17 00:00:00 2001 From: Max Laverse Date: Thu, 21 Sep 2017 10:22:46 +0200 Subject: [PATCH] Fix ConfigMap link in doc --- 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 8eb52a696..dabfcdc9d 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/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. +This is an nginx Ingress controller that uses [ConfigMap](https://kubernetes.io/docs/tasks/configure-pod-container/configmap/#understanding-configmaps) to store the nginx configuration. See [Ingress controller documentation](../README.md) for details on how it works. ## Contents * [Conventions](#conventions)