File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed
Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -56,15 +56,18 @@ package = "./netlify-plugins/cache-docusaurus-dirs-file"
5656 to = " https://helm.sh/docs/:splat"
5757
5858# v3 redirects
59- # TODO: Uncomment after v4 release
6059
61- # [[redirects]]
62- # from = "/docs/topics/v2_v3_migration"
63- # to = "/docs/v3/topics/v2_v3_migration"
60+ [[redirects ]]
61+ from = " /docs/topics/v2_v3_migration"
62+ to = " /docs/v3/topics/v2_v3_migration"
63+
64+ [[redirects ]]
65+ from = " /docs/faq/changes_since_helm2"
66+ to = " /docs/v3/faq/changes_since_helm2"
6467
65- # [[redirects]]
66- # from = "/docs/faq/changes_since_helm2 "
67- # to = "/docs/v3/faq/changes_since_helm2 "
68+ [[redirects ]]
69+ from = " /docs/faq/troubleshooting "
70+ to = " /docs/v3/faq/troubleshooting "
6871
6972# v2.helm.sh redirects
7073# TODO: Change status codes below from 302 to 301 after Docusaurus cutover verification
You can’t perform that action at this time.
0 commit comments