added redirect for conf entries 1.8.x (#19460)

This commit is contained in:
trujillo-adam 2023-11-01 10:40:51 -07:00 committed by GitHub
parent ca655ca7db
commit 65605c554a
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', destination: '/consul/docs/connect/manage-traffic/:slug',
permanent: true, permanent: true,
}, },
{
source: '/consul/docs/v1.8.x/connect/config-entries/:slug',
destination: '/consul/docs/v1.8.x/agent/config-entries/:slug',
permanent: true,
},
] ]