mirror of https://github.com/hashicorp/consul
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
parent
0a9c64783a
commit
412e8ea0ba
|
@ -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,
|
||||
},
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue