Adding in correct from statement including redirects for new and advanced

Signed-off-by: Sunil Singh <sunil.singh@suse.com>
This commit is contained in:
Sunil Singh
2023-03-07 13:51:35 -08:00
parent 7025c1c37b
commit 278777d657
+1 -1
View File
@@ -413,7 +413,7 @@ module.exports = {
},
{
to: '/how-to-guides/new-user-guides/manage-clusters/manage-cluster-templates',
from: ['/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/manage-cluster-templates']
from: ['/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/manage-cluster-templates', '/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/manage-cluster-templates']
},
{
to: '/how-to-guides/new-user-guides/manage-clusters/nodes-and-node-pools',