Fix ConfigMap link in doc
This commit is contained in:
parent
37bd14dcd2
commit
7a1f604120
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Nginx Ingress Controller
|
# 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
|
## Contents
|
||||||
* [Conventions](#conventions)
|
* [Conventions](#conventions)
|
||||||
|
|
Loading…
Reference in a new issue