From 0c2c46807e51493993532871ab81fee49088f7c1 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 55575e531..00c51dab3 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, }, {