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 committed Dec 8, 2023
1 parent 555cd5b commit 355fa49
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 @@ -1554,4 +1554,9 @@ module.exports = [
destination: '/docs/nia/usage/requirements',
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 355fa49

Please sign in to comment.