Merge pull request #2723 from LoicMahieu/patch-1

Docs: examples: fix link
This commit is contained in:
k8s-ci-robot 2018-07-16 11:07:58 -07:00 committed by GitHub
commit 7107e332f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
## Ingress ## Ingress
The Ingress in this example adds a custom header to Nginx configuration that only applies to that specific Ingress. If you want to add headers that apply globally to all Ingresses, please have a look at [this example](/docs/examples/customization/custom-headers). The Ingress in this example adds a custom header to Nginx configuration that only applies to that specific Ingress. If you want to add headers that apply globally to all Ingresses, please have a look at [this example](/examples/customization/custom-headers/README).
```console ```console
$ kubectl apply -f ingress.yaml $ kubectl apply -f ingress.yaml