Skip to content
Snippets Groups Projects
Commit 7909771e authored by Blake Covarrubias's avatar Blake Covarrubias
Browse files

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

parent 62980ffa
No related merge requests found
......@@ -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',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment