Skip to content

Commit

Permalink
added redirect for conf entries 1.8.x (#19460)
Browse files Browse the repository at this point in the history
  • Loading branch information
trujillo-adam authored Nov 1, 2023
1 parent ca655ca commit 65605c5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions website/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
]

0 comments on commit 65605c5

Please sign in to comment.