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 6adaca2 commit 8199611Copy full SHA for 8199611
content/vault/v1.21.x/redirects.jsonc
@@ -547,5 +547,12 @@
547
"source": "/vault/docs/:version(v1\\.*\\.x)/v:ver(1\\.*\\.x)/:slug*",
548
"destination": "/vault/docs/:version/:slug*",
549
"permanent": true
550
+ },
551
+
552
+ // Correct double-versioned upgrade to strip the "v" from the page name
553
+ {
554
+ "source": "/vault/docs/v:version(1\\.(?:9|1[0-8])\\.x)/upgrading/upgrade-to-v:slug",
555
+ "destination": "/vault/docs/v:version/upgrading/upgrade-to-:version",
556
+ "permanent": true
557
}
558
]
0 commit comments