mirror of https://github.com/status-im/consul.git
docs: Redirect /docs/commands/acl/role to new URL
This commit is contained in:
parent
62980ffaa2
commit
b16fe098af
|
@ -1083,6 +1083,11 @@ module.exports = [
|
||||||
destination: '/docs/upgrading/compatibility',
|
destination: '/docs/upgrading/compatibility',
|
||||||
permanent: true,
|
permanent: true,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
source: '/docs/commands/acl/role',
|
||||||
|
destination: '/commands/acl/role',
|
||||||
|
permanent: true,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
source: '/docs/commands/acl/role/create',
|
source: '/docs/commands/acl/role/create',
|
||||||
destination: '/commands/acl/role/create',
|
destination: '/commands/acl/role/create',
|
||||||
|
|
Loading…
Reference in New Issue