From 6777de2c94aeef7219e13c07c255f24d27a5df28 Mon Sep 17 00:00:00 2001 From: Fernando Sangenetto Date: Tue, 16 Jan 2018 17:56:24 -0200 Subject: [PATCH] Updating link about ConfigMap --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df651f63e..9c27d9890 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The GCE ingress controller was moved to [github.com/kubernetes/ingress-gce](http ## Description -This repository contains the NGINX controller built around the [Kubernetes Ingress resource](http://kubernetes.io/docs/user-guide/ingress/) that uses [ConfigMap](https://kubernetes.io/docs/tasks/configure-pod-container/configmap/#understanding-configmaps) to store the NGINX configuration. +This repository contains the NGINX controller built around the [Kubernetes Ingress resource](http://kubernetes.io/docs/user-guide/ingress/) that uses [ConfigMap](https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/#understanding-configmaps-and-pods) to store the NGINX configuration. Learn more about using Ingress on [k8s.io](http://kubernetes.io/docs/user-guide/ingress/)