Update README.md

fix broken link to config maps
This commit is contained in:
craigmonson 2017-03-07 15:09:50 -05:00 committed by GitHub
parent edb9b00261
commit 6e6aae6c29

View file

@ -1,6 +1,6 @@
# Nginx Ingress Controller # 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 ## Contents
* [Conventions](#conventions) * [Conventions](#conventions)