diff --git a/website/redirects.js b/website/redirects.js index f56322da4f..8dd72b81f8 100644 --- a/website/redirects.js +++ b/website/redirects.js @@ -182,6 +182,12 @@ module.exports = [ 'https://learn.hashicorp.com/tutorials/boundary/azure-host-catalogs#generate-a-client-secret-for-the-application', permanent: false, }, + { + source: '/help/admin-ui/dynamic-host-catalogs-on-aws-region', + destination: + 'https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html', + permanent: false, + }, { source: '/help/admin-ui/targets/worker-filters', destination: '/docs/concepts/filtering/worker-tags#target-worker-filtering',