Website/Docs learn common workflows links (#1159)

* fixed Common Workflows redirect to Learn's Basic Administration collection
pull/1161/head
Robin Beck 5 years ago committed by GitHub
parent be7fc67842
commit c0bab5beff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -259,7 +259,7 @@
},
{
"title": "Common Workflows",
"href": "https://learn.hashicorp.com/collections/boundary/common-workflows"
"href": "https://learn.hashicorp.com/collections/boundary/basic-administration"
},
{
"divider": true

@ -150,7 +150,8 @@ export default function HomePage() {
},
link: {
title: 'Learn more',
url: '/docs/common-workflows/manage-users-groups',
url:
'https://learn.hashicorp.com/tutorials/boundary/manage-users-groups',
},
},
{
@ -162,7 +163,8 @@ export default function HomePage() {
},
link: {
title: 'Learn more',
url: '/docs/common-workflows/manage-sessions',
url:
'https://learn.hashicorp.com/tutorials/boundary/manage-sessions',
},
},
]}

Loading…
Cancel
Save