From acb51ca7f69c5b9e116ee53f41ef6895b9c56a25 Mon Sep 17 00:00:00 2001 From: Eric Van Norman Date: Tue, 28 Apr 2020 09:25:42 -0500 Subject: [PATCH] Update links (#7170) --- content/en/docs/setup/install/multicluster/gateways/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/setup/install/multicluster/gateways/index.md b/content/en/docs/setup/install/multicluster/gateways/index.md index 00953ff8d9..5b532985dc 100644 --- a/content/en/docs/setup/install/multicluster/gateways/index.md +++ b/content/en/docs/setup/install/multicluster/gateways/index.md @@ -84,7 +84,7 @@ Cross-cluster communication occurs over the Istio gateways of the respective clu {{< text bash >}} $ istioctl manifest apply \ - -f install/kubernetes/operator/examples/multicluster/values-istio-multicluster-gateways.yaml + -f manifests/examples/multicluster/values-istio-multicluster-gateways.yaml {{< /text >}} For further details and customization options, refer to the @@ -542,7 +542,7 @@ Uninstall Istio by running the following commands on **every cluster**: {{< text bash >}} $ istioctl manifest generate \ - -f install/kubernetes/operator/examples/multicluster/values-istio-multicluster-gateways.yaml \ + -f manifests/examples/multicluster/values-istio-multicluster-gateways.yaml \ | kubectl delete -f - {{< /text >}}