From 28a0d4f45363d88938d4ea804b6b8e5c89db8e48 Mon Sep 17 00:00:00 2001 From: Doug Davis Date: Thu, 30 May 2019 07:52:43 -0700 Subject: [PATCH] Fix bad href Signed-off-by: Doug Davis --- docs/install/installing-istio.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/installing-istio.md b/docs/install/installing-istio.md index 94951d7e964..49ff135315c 100644 --- a/docs/install/installing-istio.md +++ b/docs/install/installing-istio.md @@ -221,7 +221,7 @@ helm template --namespace=istio-system \ ### Updating your install to use cluster local gateway If you want your Routes to be visible only inside the cluster, you may want to -enable [cluster local routes](../docs/serving/cluster-local-route.md). To use +enable [cluster local routes](../../docs/serving/cluster-local-route.md). To use this feature, add an extra Istio cluster local gateway to your cluster. Enter the following command to add the cluster local gateway to an existing Istio installation: