From 00c997abb3cf0914f5f52266f7c768b15ed3b11e Mon Sep 17 00:00:00 2001 From: Frank Budinsky Date: Mon, 30 Sep 2019 14:06:23 -0400 Subject: [PATCH] Fix broken links (#5084) --- .../en/docs/examples/mesh-expansion/multi-network/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/examples/mesh-expansion/multi-network/index.md b/content/en/docs/examples/mesh-expansion/multi-network/index.md index 68f95e4239..5ccbbfd720 100644 --- a/content/en/docs/examples/mesh-expansion/multi-network/index.md +++ b/content/en/docs/examples/mesh-expansion/multi-network/index.md @@ -186,7 +186,7 @@ Next, run the following commands on each machine that you want to add to the mes $ sudo dpkg -i istio-sidecar.deb {{< /text >}} -1. Add the IP address of the Istio gateway to `/etc/hosts`. Revisit the [Customized installation of Istio on the Cluster](#Customized-installation-of-Istio-on-the-Cluster) section to learn how to obtain the IP address. +1. Add the IP address of the Istio gateway to `/etc/hosts`. Revisit the [Customized installation of Istio on the Cluster](#customized-installation-of-istio-on-the-cluster) section to learn how to obtain the IP address. The following example updates the `/etc/hosts` file with the Istio gateway address: {{< text bash >}} @@ -323,7 +323,7 @@ in the cluster. The gateway for port 15443 is a special SNI-aware Envoy preconfigured and installed as part of the meshexpansion with gateway Istio installation step - in the [Customized installation of Istio on the Cluster](#Customized-installation-of-Istio-on-the-Cluster) section. Traffic entering port 15443 will be + in the [Customized installation of Istio on the Cluster](#customized-installation-of-istio-on-the-cluster) section. Traffic entering port 15443 will be load balanced among pods of the appropriate internal service of the target cluster (in this case, `httpbin.bar` in the cluster).