From 7afa33dfa144ea4b2f93ef5fe09c5f2098a71233 Mon Sep 17 00:00:00 2001 From: Timo Reimann Date: Tue, 20 Mar 2018 09:12:03 +0100 Subject: [PATCH] Fix link to InsecureSkipVerify option. --- docs/configuration/backends/kubernetes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/backends/kubernetes.md b/docs/configuration/backends/kubernetes.md index a664eb63f..e04d30369 100644 --- a/docs/configuration/backends/kubernetes.md +++ b/docs/configuration/backends/kubernetes.md @@ -103,7 +103,7 @@ If the service port defined in the ingress spec is 443, then the backend communi !!! note Please note that by enabling TLS communication between traefik and your pods, you will have to have trusted certificates that have the proper trust chain and IP subject name. If this is not an option, you may need to skip TLS certificate verification. - See the [InsecureSkipVerify](configuration/commons/#main-section) setting for more details. + See the [InsecureSkipVerify](/configuration/commons/#main-section) setting for more details. ## Annotations