Skip to content

Commit c2ff8b4

Browse files
Merge a404b3c into backport/docs/update-redirects/optionally-keen-crayfish
2 parents 9883036 + a404b3c commit c2ff8b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/redirects.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ module.exports = [
172172
},
173173
{
174174
source: '/vault/docs/upgrading/upgrade-to-1.19.x',
175-
destination: '/vault/docs/updates/important-changes',
175+
destination: '/vault/docs/v1.19.x/updates/important-changes',
176176
permanent: true,
177177
},
178178
{
@@ -187,11 +187,11 @@ module.exports = [
187187
},
188188
{
189189
source: '/vault/docs/release-notes/1.19.0',
190-
destination: '/vault/docs/updates/release-notes',
190+
destination: '/vault/docs/v1.19.x/updates/release-notes',
191191
permanent: true,
192192
},
193193
{
194-
source: '/vault/docs/v:version(1\.(?:4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19)\.x)/updates/important-changes',
194+
source: '/vault/docs/v:version(1\.(?:4|5|6|7|8|9|10|11|12|13|14|15|16|17|18)\.x)/updates/important-changes',
195195
destination: '/vault/docs/v:version/upgrading/upgrade-to-:version',
196196
permanent: true,
197197
},

0 commit comments

Comments
 (0)