From 8618dd8fc69a033f218ab9e83915a60507e44c4e Mon Sep 17 00:00:00 2001 From: Dan Heath <76443935+Dan-Heath@users.noreply.github.com> Date: Fri, 26 Jan 2024 12:10:24 -0500 Subject: [PATCH] docs: Updating redirects for old pages (#4280) (#4300) --- website/redirects.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/website/redirects.js b/website/redirects.js index 82c9a649d8..5593cf52a6 100644 --- a/website/redirects.js +++ b/website/redirects.js @@ -143,4 +143,12 @@ module.exports = [ destination: '/boundary/docs/concepts/connection-workflows/workflow-ssh-proxycommand', permanent: true, }, + { + source: '/boundary/docs/api-clients/cli', + destination: '/boundary/docs/commands/', + }, + { + source: '/boundary/docs/concepts/service-discovery', + destination: '/boundary/docs/concepts/host-discovery', + } ]