Added permanent: true to redirects to fix build error (#4301) (#4304)

Co-authored-by: Heat Hamilton <55773810+heatlikeheatwave@users.noreply.github.com>
pull/4341/head
Dan Heath 2 years ago committed by GitHub
parent 8618dd8fc6
commit 64be29ac1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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,
},
]

Loading…
Cancel
Save