We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b034e7c commit fd77efbCopy full SHA for fd77efb
content/vault/v1.20.x/redirects.jsonc
@@ -547,5 +547,11 @@
547
"source": "/vault/docs/:version(v1\\.*\\.x)/v:ver(1\\.*\\.x)/:slug*",
548
"destination": "/vault/docs/:version/:slug*",
549
"permanent": true
550
+ },
551
+ // Fix v prefix in upgrade guide URLs (e.g., upgrade-to-v1.16.x -> upgrade-to-1.16.x)
552
+ {
553
+ "source": "/vault/docs/:version(v1\\.(?:9|1[0-8])\\.x)/upgrading/upgrade-to-v:ver(1\\.(?:9|1[0-8])\\.x)",
554
+ "destination": "/vault/docs/:version/upgrading/upgrade-to-:ver",
555
+ "permanent": true
556
}
-]
557
+]
0 commit comments