From 27bf15f3f354955e5fa8ba17e80b616c96263f2a Mon Sep 17 00:00:00 2001 From: Dan Heath <76443935+Dan-Heath@users.noreply.github.com> Date: Wed, 24 Jan 2024 16:48:13 -0500 Subject: [PATCH] docs: Updating redirects for old pages (#4280) --- 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', + } ]