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

pull/4305/head
Heat Hamilton 2 years ago committed by GitHub
parent 72c87e81cf
commit 4e812e73cb
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