From b16fe098af34e518cd36165905d447c2a3e0efee Mon Sep 17 00:00:00 2001 From: Blake Covarrubias Date: Wed, 13 Oct 2021 10:15:25 -0700 Subject: [PATCH] docs: Redirect /docs/commands/acl/role to new URL --- website/redirects.next.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/redirects.next.js b/website/redirects.next.js index 1300162fbe..42c355f5c2 100644 --- a/website/redirects.next.js +++ b/website/redirects.next.js @@ -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',