Skip to content

Commit

Permalink
Merge pull request #1400 from maxlaverse/fix_configmap_link
Browse files Browse the repository at this point in the history
Fix ConfigMap link in doc
  • Loading branch information
aledbf authored Sep 24, 2017
2 parents 189e273 + 7a1f604 commit b01d2de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/nginx/README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit b01d2de

Please sign in to comment.