Backport of added redirect for conf entries 1.8.x into release/1.17.x (#19466)

backport of commit 21f193c9eb

Co-authored-by: trujillo-adam <ajosetru@gmail.com>
pull/19471/head
hc-github-team-consul-core 2023-11-01 12:49:32 -05:00 committed by GitHub
parent 0a9c64783a
commit 412e8ea0ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -207,4 +207,9 @@ module.exports = [
destination: '/consul/docs/connect/manage-traffic/:slug',
permanent: true,
},
{
source: '/consul/docs/v1.8.x/connect/config-entries/:slug',
destination: '/consul/docs/v1.8.x/agent/config-entries/:slug',
permanent: true,
},
]