From 0936a9a6e1f54a9964d46c789f27d145192216be Mon Sep 17 00:00:00 2001 From: Blake Covarrubias Date: Wed, 19 Jan 2022 01:01:06 -0800 Subject: [PATCH] Redirect Ambassador tutorial to Learn --- 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 55575e5312..00c51dab34 100644 --- a/website/redirects.next.js +++ b/website/redirects.next.js @@ -324,7 +324,14 @@ module.exports = [ }, { source: '/docs/k8s/ambassador', - destination: '/docs/k8s/connect/ambassador', + destination: + 'https://learn.hashicorp.com/tutorials/consul/service-mesh-gateway-ambassador', + permanent: true, + }, + { + source: '/docs/k8s/connect/ambassador', + destination: + 'https://learn.hashicorp.com/tutorials/consul/service-mesh-gateway-ambassador', permanent: true, }, {