mirror of https://github.com/status-im/consul.git
added redirect for conf entries 1.8.x (#19460)
This commit is contained in:
parent
ca655ca7db
commit
65605c554a
|
@ -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