From 7b5df4f1a3af4565d37c979e13fa220c26fef912 Mon Sep 17 00:00:00 2001 From: Jeremy Chase Date: Fri, 22 Jul 2022 11:47:32 -0400 Subject: [PATCH] Fix broken relative links (#1388) Signed-off-by: Jeremy Chase Co-authored-by: Flynn --- linkerd.io/content/2.10/tasks/multicluster.md | 2 +- linkerd.io/content/2.11/tasks/multicluster.md | 2 +- linkerd.io/content/2.9/tasks/multicluster.md | 2 +- linkerd.io/content/2.9/tasks/using-ingress.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/linkerd.io/content/2.10/tasks/multicluster.md b/linkerd.io/content/2.10/tasks/multicluster.md index 921312d9..8be76ba1 100644 --- a/linkerd.io/content/2.10/tasks/multicluster.md +++ b/linkerd.io/content/2.10/tasks/multicluster.md @@ -60,7 +60,7 @@ At a high level, you will: src="/images/multicluster/install.svg" >}} Linkerd requires a shared -[trust anchor](https://linkerd.io../generate-certificates/#trust-anchor-certificate) +[trust anchor](../generate-certificates/#trust-anchor-certificate) to exist between the installations in all clusters that communicate with each other. This is used to encrypt the traffic between clusters and authorize requests that reach the gateway so that your cluster is not open to the public diff --git a/linkerd.io/content/2.11/tasks/multicluster.md b/linkerd.io/content/2.11/tasks/multicluster.md index 12edaeb8..12144ca4 100644 --- a/linkerd.io/content/2.11/tasks/multicluster.md +++ b/linkerd.io/content/2.11/tasks/multicluster.md @@ -58,7 +58,7 @@ At a high level, you will: src="/images/multicluster/install.svg" >}} Linkerd requires a shared -[trust anchor](https://linkerd.io../generate-certificates/#trust-anchor-certificate) +[trust anchor](../generate-certificates/#trust-anchor-certificate) to exist between the installations in all clusters that communicate with each other. This is used to encrypt the traffic between clusters and authorize requests that reach the gateway so that your cluster is not open to the public diff --git a/linkerd.io/content/2.9/tasks/multicluster.md b/linkerd.io/content/2.9/tasks/multicluster.md index d935d3ef..e18af0bd 100644 --- a/linkerd.io/content/2.9/tasks/multicluster.md +++ b/linkerd.io/content/2.9/tasks/multicluster.md @@ -57,7 +57,7 @@ At a high level, you will: src="/images/multicluster/install.svg" >}} Linkerd requires a shared -[trust anchor](https://linkerd.io../generate-certificates/#trust-anchor-certificate) +[trust anchor](../generate-certificates/#trust-anchor-certificate) to exist between the installations in all clusters that communicate with each other. This is used to encrypt the traffic between clusters and authorize requests that reach the gateway so that your cluster is not open to the public diff --git a/linkerd.io/content/2.9/tasks/using-ingress.md b/linkerd.io/content/2.9/tasks/using-ingress.md index 0e360364..70811ab5 100644 --- a/linkerd.io/content/2.9/tasks/using-ingress.md +++ b/linkerd.io/content/2.9/tasks/using-ingress.md @@ -670,7 +670,7 @@ This documentation will use the following elements: Before installing the Emojivoto demo application, install Linkerd and Kong on your cluster. Remember when injecting the Kong deployment to use the `--ingress` flag (or annotation) as mentioned -[above](https://linkerd.io../using-ingress/#proxy-ingress-mode)! +[above](../using-ingress/#proxy-ingress-mode)! We need to declare KongPlugin (a Kong CRD) and Ingress resources as well.