From c9a4e0552f1c1ecbcdf9eceeeaf052d398b764bc Mon Sep 17 00:00:00 2001 From: Tobias Bradtke Date: Sun, 10 Dec 2017 23:50:22 +0100 Subject: [PATCH] Fix link to custom configuration --- docs/examples/customization/configuration-snippets/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/customization/configuration-snippets/README.md b/docs/examples/customization/configuration-snippets/README.md index 0e079c045..eff7b3eee 100644 --- a/docs/examples/customization/configuration-snippets/README.md +++ b/docs/examples/customization/configuration-snippets/README.md @@ -1,6 +1,6 @@ ## 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](/examples/customization/custom-headers/nginx). +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). ```console $ kubectl apply -f ingress.yaml