diff --git a/website/redirects.js b/website/redirects.js index 5593cf52a6..8d1e0176d3 100644 --- a/website/redirects.js +++ b/website/redirects.js @@ -140,15 +140,18 @@ module.exports = [ }, { source: '/boundary/docs/common-workflows/workflow-ssh-proxycommand', - destination: '/boundary/docs/concepts/connection-workflows/workflow-ssh-proxycommand', + destination: + '/boundary/docs/concepts/connection-workflows/workflow-ssh-proxycommand', permanent: true, }, { source: '/boundary/docs/api-clients/cli', destination: '/boundary/docs/commands/', + permanent: true, }, { source: '/boundary/docs/concepts/service-discovery', destination: '/boundary/docs/concepts/host-discovery', - } + permanent: true, + }, ]