Skip to content

Commit

Permalink
Add redirects for mesh-gateway docs
Browse files Browse the repository at this point in the history
  • Loading branch information
im2nguyen committed Aug 4, 2023
1 parent 89aac4b commit bdf6ed9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions website/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,11 @@ module.exports = [
'/consul/docs/dynamic-app-config/kv#using-sentinel-to-apply-policies-for-consul-kv',
permanent: true,
},
{
source:
'/consul/docs/connect/gateways/mesh-gateway/service-to-service-traffic-datacenters',
destination:
'/consul/docs/k8s/deployment-configurations/multi-cluster',
permanent: true,
}
]

0 comments on commit bdf6ed9

Please sign in to comment.