From 3430da1d22232be2a681b91489f577aef1ca73e2 Mon Sep 17 00:00:00 2001 From: Derek Strickland <1111455+DerekStrickland@users.noreply.github.com> Date: Fri, 11 Sep 2020 12:48:41 -0400 Subject: [PATCH] Fixed broken link to Helm Chart install page. (#8662) --- website/pages/docs/k8s/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/docs/k8s/index.mdx b/website/pages/docs/k8s/index.mdx index 1d61b76bda..2df8d0d5ad 100644 --- a/website/pages/docs/k8s/index.mdx +++ b/website/pages/docs/k8s/index.mdx @@ -77,5 +77,5 @@ There are several ways to try Consul with Kubernetes in different environments. **Documentation** -- [Installing Consul](/docs/k8s/installation) covers how to install Consul using the Helm chart. +- [Installing Consul](/docs/k8s/installation/install) covers how to install Consul using the Helm chart. - [Helm Chart Reference](/docs/k8s/helm) describes the different options for configuring the Helm chart.