From 196b69d884cc8e2922a3ed35b8fa36a6736144e8 Mon Sep 17 00:00:00 2001 From: Qiming Date: Wed, 27 Mar 2019 14:03:49 +0800 Subject: [PATCH] Add/fix redirects for windows setup (#13463) Closes: #13459 --- static/_redirects | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/_redirects b/static/_redirects index 83ad5f3205..74bc7b08c4 100644 --- a/static/_redirects +++ b/static/_redirects @@ -180,7 +180,8 @@ /docs/getting-started-guides/ubuntu/calico/ /docs/getting-started-guides/ubuntu/ 301 /docs/getting-started-guides/vagrant/ /docs/getting-started-guides/alternatives/ 301 /docs/getting-started-guides/vsphere/ https://vmware.github.io/vsphere-storage-for-kubernetes/documentation/ 301 -/docs/getting-started-guides/windows/While/ /docs/getting-started-guides/windows/ 301 +/docs/getting-started-guides/windows/While/ /docs/setup/windows/ 301 +/docs/getting-started-guides/windows/ /docs/setup/windows/ 301 /docs/getting-started-guides/centos/* /docs/setup/independent/create-cluster-kubeadm/ 301 /docs/getting-started-guides/alibaba-cloud/ /docs/setup/turnkey/alibaba-cloud/ 301 /docs/getting-started-guides/aws/ /docs/setup/turnkey/aws/ 301