mirror of
https://github.com/status-im/consul.git
synced 2025-02-16 15:47:21 +00:00
website: Add redirect for /connect/ingress-gateways
Add redirect /docs/connect/ingress-gateways, which currently returns 404, to /docs/connect/gateways/ingress-gateway. Fixes #10748
This commit is contained in:
parent
46b1de8467
commit
e1c4088ba3
@ -102,6 +102,11 @@ module.exports = [
|
|||||||
destination: '/docs/connect/gateways/ingress-gateway',
|
destination: '/docs/connect/gateways/ingress-gateway',
|
||||||
permanent: true,
|
permanent: true,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
source: '/docs/connect/ingress-gateways',
|
||||||
|
destination: '/docs/connect/gateways/ingress-gateway',
|
||||||
|
permanent: true,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
source: '/docs/connect/terminating(_|-)gateway',
|
source: '/docs/connect/terminating(_|-)gateway',
|
||||||
destination: '/docs/connect/gateways/terminating-gateway',
|
destination: '/docs/connect/gateways/terminating-gateway',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user