From 73380a0dccefaee9134c19aeb977ab8df8e1b5b9 Mon Sep 17 00:00:00 2001 From: Mike Wickett Date: Tue, 13 Apr 2021 15:55:15 -0400 Subject: [PATCH] website: update why hashicorp links --- website/pages/home/index.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/pages/home/index.jsx b/website/pages/home/index.jsx index e0e9ca35fb..5ed9b24975 100644 --- a/website/pages/home/index.jsx +++ b/website/pages/home/index.jsx @@ -53,7 +53,7 @@ export default function HomePage() { type: 'inbound', text: 'Learn more', url: - 'https://learn.hashicorp.com/collections/consul/developer-mesh', + 'https://learn.hashicorp.com/collections/consul/kubernetes-deploy', }, }, { @@ -65,7 +65,7 @@ export default function HomePage() { type: 'inbound', text: 'Learn more', url: - 'https://learn.hashicorp.com/tutorials/consul/service-mesh-application-secure-networking', + 'https://learn.hashicorp.com/tutorials/consul/kubernetes-secure-agents', }, }, { @@ -89,7 +89,7 @@ export default function HomePage() { type: 'inbound', text: 'Learn more', url: - 'https://learn.hashicorp.com/tutorials/cloud/get-started-service-discovery', + 'https://learn.hashicorp.com/tutorials/consul/service-registration-health-checks', }, }, {