Merge pull request #1400 from maxlaverse/fix_configmap_link

Fix ConfigMap link in doc
This commit is contained in:
Manuel Alejandro de Brito Fontes 2017-09-24 12:29:34 -07:00 committed by GitHub
commit b01d2de585

View file

@ -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)