From e60cbc48046d1875faacda60b3cfcc2ab5da7990 Mon Sep 17 00:00:00 2001 From: Manuel Alejandro de Brito Fontes Date: Tue, 4 Sep 2018 20:13:47 -0300 Subject: [PATCH] Remove link to invalid example [ci-skip] (#3039) --- docs/user-guide/nginx-configuration/annotations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/nginx-configuration/annotations.md b/docs/user-guide/nginx-configuration/annotations.md index c06cbb894..0f6939ba2 100644 --- a/docs/user-guide/nginx-configuration/annotations.md +++ b/docs/user-guide/nginx-configuration/annotations.md @@ -270,7 +270,7 @@ CORS can be controlled with the following annotations: Example: `nginx.ingress.kubernetes.io/cors-max-age: 600` !!! note - For more information please see [https://enable-cors.org](https://enable-cors.org/server_nginx.html) as well as this [example](../../examples/cors/README.md). + For more information please see [https://enable-cors.org](https://enable-cors.org/server_nginx.html) ### Server Alias