From 00ecf0a2706145407de89f0a724dd477bae4f64e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Bo=C5=BEek?= Date: Thu, 17 Dec 2020 08:56:27 +0100 Subject: [PATCH] Update README.md Added link to actual ingress config example. Without it thee docs here https://kubernetes.github.io/ingress-nginx/examples/customization/configuration-snippets/ don't make sense. --- 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 ef7b38b74..d60a3d1a0 100644 --- a/docs/examples/customization/configuration-snippets/README.md +++ b/docs/examples/customization/configuration-snippets/README.md @@ -2,7 +2,7 @@ ## 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](../custom-headers/README.md). +The Ingress in [this example](ingress.yaml) 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](../custom-headers/README.md). ```console $ kubectl apply -f ingress.yaml