docs: Redirect /docs/commands/acl/role to new URL

This commit is contained in:
Blake Covarrubias 2021-10-13 10:15:25 -07:00 committed by Blake Covarrubias
parent 62980ffaa2
commit b16fe098af
1 changed files with 5 additions and 0 deletions

View File

@ -1083,6 +1083,11 @@ module.exports = [
destination: '/docs/upgrading/compatibility',
permanent: true,
},
{
source: '/docs/commands/acl/role',
destination: '/commands/acl/role',
permanent: true,
},
{
source: '/docs/commands/acl/role/create',
destination: '/commands/acl/role/create',