Merge pull request #14205 from hashicorp/api-gateway-install-redirrects
Add missing install redirrect to redirrect.js for api-gateway docs
This commit is contained in:
commit
e08eaa1d6a
|
@ -1265,7 +1265,12 @@ module.exports = [
|
|||
},
|
||||
{
|
||||
source: '/docs/api-gateway/api-gateway-usage',
|
||||
destination: '/docs/api-gateway/consul-api-gateway-install',
|
||||
destination: '/docs/api-gateway/install',
|
||||
permanent: true,
|
||||
},
|
||||
{
|
||||
source: '/docs/api-gateway/consul-api-gateway-install',
|
||||
destination: '/docs/api-gateway/install',
|
||||
permanent: true,
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue