mirror of https://github.com/status-im/consul.git
Consolidate /download-tools redirects
This commit is contained in:
parent
9ee9249149
commit
fcd5f66895
|
@ -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,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue