From c0bab5beffc88aa99c36da35577bd837a4212766 Mon Sep 17 00:00:00 2001 From: Robin Beck Date: Thu, 22 Apr 2021 13:51:49 -0600 Subject: [PATCH] Website/Docs learn common workflows links (#1159) * fixed Common Workflows redirect to Learn's Basic Administration collection --- website/data/docs-nav-data.json | 2 +- website/pages/home/index.jsx | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/website/data/docs-nav-data.json b/website/data/docs-nav-data.json index fa9e49d6ce..a50cc2679d 100644 --- a/website/data/docs-nav-data.json +++ b/website/data/docs-nav-data.json @@ -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 diff --git a/website/pages/home/index.jsx b/website/pages/home/index.jsx index b2effa6ad4..56ffdcc134 100644 --- a/website/pages/home/index.jsx +++ b/website/pages/home/index.jsx @@ -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', }, }, ]}