mirror of https://github.com/status-im/consul.git
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:
parent
e5948e8eb4
commit
28b1469cb8
|
@ -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,
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue