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
pull/10765/head
Blake Covarrubias 2021-08-01 19:50:36 -07:00 committed by hc-github-team-consul-core
parent 40ba8cfbb3
commit f0c46b7608
1 changed files with 5 additions and 0 deletions

View File

@ -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',