Skip to content

Commit c3624ab

Browse files
authored
fix(/contribute/page-templates): broken redirect (#28107)
* fix(/contribute/page-templates): broken redirect Signed-off-by: Jai Govindani <[email protected]> * fix(redirects): page-templates > page-content-types * fix(static/_redirects): remove erroneous redirect
1 parent 765877a commit c3624ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

static/_redirects

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,11 +184,12 @@
184184
/docs/home/contribute/generated-reference/kubernetes-api/ /docs/contribute/generate-ref-docs/kubernetes-api/ 301
185185
/docs/home/contribute/generated-reference/kubernetes-components/ /docs/contribute/generate-ref-docs/kubernetes-components/ 301
186186
/docs/home/contribute/localization/ /docs/contribute/localization/ 301
187-
/docs/home/contribute/page-templates/ /docs/contribute/style/page-templates/ 301
187+
/docs/home/contribute/page-templates/ /docs/contribute/style/page-content-types/ 301
188188
/docs/home/contribute/participating/ /docs/contribute/participate/ 301
189189
/docs/home/contribute/review-issues/ /docs/contribute/intermediate/ 301
190190
/docs/home/contribute/blog-post/ /docs/contribute/start/ 301
191191
/docs/home/contribute/write-new-topic/ /docs/contribute/style/write-new-topic/ 301
192+
/docs/contribute/style/page-templates/ /docs/contribute/style/page-content-types/ 301
192193

193194
/docs/reference/command-line-tools-reference/labels-annotations-taints/ /docs/reference/labels-annotations-taints/ 301
194195

0 commit comments

Comments
 (0)