diff --git a/docs/Examples.md b/docs/Examples.md index 7b7898de5..3def5a878 100644 --- a/docs/Examples.md +++ b/docs/Examples.md @@ -5,7 +5,7 @@ * One or more k8s clusters with version 1.13 or above * [Install istio control plane](https://istio.io/docs/setup/install/multicluster/gateways/#deploy-the-istio-control-plane-in-each-cluster) on each of these k8s clusters -* [Configure DNS redirect](https://istio.io/docs/setup/install/multicluster/gateways/#setup-dns) for entries ending in `global` +* [Configure DNS redirect](https://istio.io/v1.7/docs/setup/install/multicluster/gateways/#setup-dns) for entries ending in `global` * Remove envoy cluster rewrite filter Delete Istio's envoy filter for translating `global` to `svc.cluster.local` at istio-ingressgateway because we don't need that as Admiral generates Service Entries for cross cluster communication to just work! ```