fixed typos in redirect for api gateways (#19526)

* fixed typos in redirect for api gateways

* one more typo

* final typo
This commit is contained in:
trujillo-adam 2023-11-06 09:08:25 -08:00 committed by GitHub
parent e5948e8eb4
commit 28b1469cb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -144,13 +144,13 @@ module.exports = [
permanent: true,
},
{
source: '/consul/docs/agi-gateway',
destination: '/consul/docs/connect/gateways/agi-gateway',
source: '/consul/docs/api-gateway',
destination: '/consul/docs/connect/gateways/api-gateway',
permanent: true,
},
{
source: '/consul/docs/api-gateway/install',
destination: '/consul/docs/connect/gateways/api-gateway/deploy/install-k8s',
destination: '/consul/docs/connect/gateways/api-gateway/install-k8s',
permanent: true,
},
{
@ -162,7 +162,7 @@ module.exports = [
{
source: '/consul/docs/api-gateway/usage/route-to-peered-services',
destination:
'/consul/docs/connect/gateways/api-gateway/route-to-peered-services',
'/consul/docs/connect/gateways/api-gateway/define-routes/route-to-peered-services',
permanent: true,
},
{
@ -182,8 +182,8 @@ module.exports = [
permanent: true,
},
{
source: '/consul/docs/api-gateway/configuration/',
destination: '/consul/docs/connect/gateways/api-gateway/configuration/',
source: '/consul/docs/api-gateway/configuration',
destination: '/consul/docs/connect/gateways/api-gateway/configuration',
permanent: true,
},
{