Skip to content

Commit

Permalink
Backport of Add redirects for mesh-gateway docs into release/1.16.x (#…
Browse files Browse the repository at this point in the history
…18380)

backport of commit bdf6ed9

Co-authored-by: Tu Nguyen <im2nguyen@users.noreply.github.com>
  • Loading branch information
hc-github-team-consul-core and im2nguyen committed Aug 4, 2023
1 parent 82160a7 commit 1d431de
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 @@ -66,4 +66,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 1d431de

Please sign in to comment.