From fdb5e22e25c7a060ddeb3ed309360c06d4e59b5a Mon Sep 17 00:00:00 2001 From: Blake Covarrubias Date: Thu, 6 Jan 2022 13:03:31 -0800 Subject: [PATCH] docs: Redirect mesh-gateway page to new location 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. --- website/redirects.next.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/website/redirects.next.js b/website/redirects.next.js index c2de7c5dfa..525ab50775 100644 --- a/website/redirects.next.js +++ b/website/redirects.next.js @@ -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, }, {