From 692a6fdecf4459edf070846ffb0d1f03e76b8189 Mon Sep 17 00:00:00 2001 From: Evan Culver Date: Sat, 3 Dec 2022 10:17:06 -0800 Subject: [PATCH] Fix broken link to Consul Dataplane index (#15660) The `/index` appears to result in a 404. --- website/content/docs/k8s/architecture.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/k8s/architecture.mdx b/website/content/docs/k8s/architecture.mdx index c2ff38c25e..568bd4994c 100644 --- a/website/content/docs/k8s/architecture.mdx +++ b/website/content/docs/k8s/architecture.mdx @@ -43,6 +43,6 @@ By default, Consul on Kubernetes uses an alternate service mesh configuration th ![Diagram of Consul Dataplanes in Kubernetes deployment](/img/k8s-dataplanes-architecture.png) -Refer to [Simplified Service Mesh with Consul Dataplanes](/docs/connect/dataplane/index) for more information. +Refer to [Simplified Service Mesh with Consul Dataplanes](/docs/connect/dataplane) for more information. Consul Dataplane is the default proxy manager in Consul on Kubernetes 1.14 and later. If you are on Consul 1.13 or older, refer to [upgrading to Consul Dataplane](/docs/k8s/upgrade#upgrading-to-consul-dataplanes) for specific upgrade instructions.