From 417a2ed015559b2dd537b227abfc185cf6b3fdca Mon Sep 17 00:00:00 2001 From: Tobias Bradtke Date: Mon, 11 Dec 2017 02:09:30 +0100 Subject: [PATCH] Fix link to custom configuration (#1814) --- 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