mirror of https://github.com/status-im/consul.git
Update redirects
This commit is contained in:
parent
4b06add255
commit
f1c6629fe8
|
@ -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,
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue