From 30106240a27ca79c7bd9a7eb69ca10b06058a28d Mon Sep 17 00:00:00 2001 From: Blake Covarrubias Date: Fri, 9 Sep 2022 12:27:44 -0700 Subject: [PATCH] docs: Fix redirect to K8s and VM multi-cluster docs This commit fixes an oversight from PR #14009 where the K8s and VMs multi-cluster docs were moved, but not redirected to the proper location. --- website/redirects.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/redirects.js b/website/redirects.js index c81aacbb5..622c04321 100644 --- a/website/redirects.js +++ b/website/redirects.js @@ -1332,7 +1332,7 @@ module.exports = [ { source: '/docs/k8s/installation/multi-cluster/vms-and-kubernetes', destination: - '/docs/k8s/deployent-configurations/multi-cluster/vms-and-kubernetes', + '/docs/k8s/deployment-configurations/multi-cluster/vms-and-kubernetes', permanent: true, }, { @@ -1465,7 +1465,7 @@ module.exports = [ { source: '/docs/k8s/installation/multi-cluster/vms-and-kubernetes', destination: - '/docs/k8s/deployent-configurations/multi-cluster/vms-and-kubernetes', + '/docs/k8s/deployment-configurations/multi-cluster/vms-and-kubernetes', permanent: true, }, {