Consolidate /download-tools redirects

This commit is contained in:
Blake Covarrubias 2022-01-10 17:08:06 -08:00
parent 03b57c9e6c
commit bb2242a9a2
1 changed files with 1 additions and 21 deletions

View File

@ -322,26 +322,6 @@ module.exports = [
destination: '/docs/intro/vs/custom', destination: '/docs/intro/vs/custom',
permanent: true, permanent: true,
}, },
{
source: '/download-tools',
destination: '/docs/download-tools',
permanent: true,
},
{
source: '/downloads_tools',
destination: '/docs/download-tools',
permanent: true,
},
{
source: '/download_tools',
destination: '/docs/download-tools',
permanent: true,
},
{
source: '/downloads_tools',
destination: '/docs/download-tools',
permanent: true,
},
{ {
source: '/docs/k8s/ambassador', source: '/docs/k8s/ambassador',
destination: '/docs/k8s/connect/ambassador', destination: '/docs/k8s/connect/ambassador',
@ -1225,7 +1205,7 @@ module.exports = [
permanent: true, permanent: true,
}, },
{ {
source: '/(/downloads?[-_]tools)', source: '/download(s?[-_])tools',
destination: '/docs/download-tools', destination: '/docs/download-tools',
permanent: true, permanent: true,
}, },