From d7d3bdf5e8f37cc3abd9caa1d9aa6734765afefa Mon Sep 17 00:00:00 2001 From: Dharini Jeeva Date: Wed, 16 Feb 2022 08:55:34 -0800 Subject: [PATCH] add doc link for dynamic host catalog hosts setup (#1861) --- website/redirects.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/redirects.js b/website/redirects.js index e44d3f6ff5..395a9241d9 100644 --- a/website/redirects.js +++ b/website/redirects.js @@ -130,6 +130,12 @@ module.exports = [ permanent: false, }, + { + source: '/help/admin-ui/host-catalog-set-up-cloud-hosts', + destination: 'https://learn.hashicorp.com/tutorials/boundary/cloud-host-catalogs#set-up-cloud-hosts', + permanent: false, + }, + //////////////////////////////////////////// // Adding sub-resources to existing resource ////////////////////////////////////////////