Skip to content

Commit

Permalink
docs: Redirect mesh-gateway page to new location
Browse files Browse the repository at this point in the history
The mesh gateway docs at /docs/connect/gateways/mesh-gateway were
moved in #11859 to a new location in order to accommodate the addition
of separate instructions for using gateways with admin partitions.

This commit redirects the old mesh gateway page to its new location at
/connect/gateways/mesh-gateway/service-to-service-traffic-datacenters.
  • Loading branch information
blake authored and hc-github-team-consul-core committed Jan 6, 2022
1 parent ff777f8 commit bd6b345
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion website/redirects.next.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,14 @@ module.exports = [
{ source: '/configuration', destination: '/', permanent: true },
{
source: '/docs/connect/mesh(_|-)gateway',
destination: '/docs/connect/gateways/mesh-gateway',
destination:
'/docs/connect/gateways/mesh-gateway/service-to-service-traffic-datacenters',
permanent: true,
},
{
source: '/docs/connect/gateways/mesh-gateway',
destination:
'/docs/connect/gateways/mesh-gateway/service-to-service-traffic-datacenters',
permanent: true,
},
{
Expand Down

0 comments on commit bd6b345

Please sign in to comment.