From c3624aba963375d090d7692a3cac4cae3a4a2032 Mon Sep 17 00:00:00 2001 From: Jai Govindani Date: Wed, 9 Jun 2021 19:29:47 +0700 Subject: [PATCH] fix(/contribute/page-templates): broken redirect (#28107) * fix(/contribute/page-templates): broken redirect Signed-off-by: Jai Govindani * fix(redirects): page-templates > page-content-types * fix(static/_redirects): remove erroneous redirect --- static/_redirects | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/_redirects b/static/_redirects index c6716f2084..0d95cef56f 100644 --- a/static/_redirects +++ b/static/_redirects @@ -184,11 +184,12 @@ /docs/home/contribute/generated-reference/kubernetes-api/ /docs/contribute/generate-ref-docs/kubernetes-api/ 301 /docs/home/contribute/generated-reference/kubernetes-components/ /docs/contribute/generate-ref-docs/kubernetes-components/ 301 /docs/home/contribute/localization/ /docs/contribute/localization/ 301 -/docs/home/contribute/page-templates/ /docs/contribute/style/page-templates/ 301 +/docs/home/contribute/page-templates/ /docs/contribute/style/page-content-types/ 301 /docs/home/contribute/participating/ /docs/contribute/participate/ 301 /docs/home/contribute/review-issues/ /docs/contribute/intermediate/ 301 /docs/home/contribute/blog-post/ /docs/contribute/start/ 301 /docs/home/contribute/write-new-topic/ /docs/contribute/style/write-new-topic/ 301 +/docs/contribute/style/page-templates/ /docs/contribute/style/page-content-types/ 301 /docs/reference/command-line-tools-reference/labels-annotations-taints/ /docs/reference/labels-annotations-taints/ 301