Update redirects

This commit is contained in:
Tu Nguyen 2022-08-25 20:25:35 -07:00
parent 4b06add255
commit f1c6629fe8
1 changed files with 20 additions and 0 deletions

View File

@ -1288,4 +1288,24 @@ module.exports = [
destination: '/docs/api-gateway/upgrades',
permanent: true,
},
{
source: '/docs/api-gateway/upgrade-specific-versions',
destination: '/docs/api-gateway/upgrades',
permanent: true,
},
{
source: '/docs/intro/usecases/what-is-service-discovery',
destination: '/docs/concepts/service-discovery',
permanent: true,
},
{
source: '/docs/intro/usecases/what-is-a-service-mesh',
destination: '/docs/concepts/service-mesh',
permanent: true,
},
{
source: '/docs/download-tools',
destination: '/docs/integrate/download-tools',
permanent: true,
}
]