mirror of https://github.com/hashicorp/consul
website: Add redirect for /connect/ingress-gateways
Add redirect /docs/connect/ingress-gateways, which currently returns 404, to /docs/connect/gateways/ingress-gateway. Fixes #10748pull/10764/head
parent
8b98dd613d
commit
5f5c4b46b6
|
@ -102,6 +102,11 @@ module.exports = [
|
|||
destination: '/docs/connect/gateways/ingress-gateway',
|
||||
permanent: true,
|
||||
},
|
||||
{
|
||||
source: '/docs/connect/ingress-gateways',
|
||||
destination: '/docs/connect/gateways/ingress-gateway',
|
||||
permanent: true,
|
||||
},
|
||||
{
|
||||
source: '/docs/connect/terminating(_|-)gateway',
|
||||
destination: '/docs/connect/gateways/terminating-gateway',
|
||||
|
|
Loading…
Reference in New Issue