diff --git a/website/content/docs/k8s/installation/install.mdx b/website/content/docs/k8s/installation/install.mdx index c8b5c97ad..41052e1ee 100644 --- a/website/content/docs/k8s/installation/install.mdx +++ b/website/content/docs/k8s/installation/install.mdx @@ -20,7 +20,7 @@ To learn more about the general architecture of Consul on Kubernetes, scroll down to the [architecture](/docs/k8s/installation/install#architecture) section. If you would like to get hands-on experience testing Consul as a service mesh for Kubernetes, check the guides in the [Getting Started with Consul service -mesh](https://learn.hashicorp.com/consul/gs-consul-service-mesh/understand-consul-service-mesh?utm_source=WEBSITE&utm_medium=WEB_IO&utm_offer=ARTICLE_PAGE&utm_content=DOCS) track. +mesh](https://learn.hashicorp.com/tutorials/consul/service-mesh-deploy?utm_source=WEBSITE&utm_medium=WEB_IO&utm_offer=ARTICLE_PAGE&utm_content=DOCS) track. ## Helm Chart Installation diff --git a/website/pages/home/index.jsx b/website/pages/home/index.jsx index 5ed9b2497..0bd244076 100644 --- a/website/pages/home/index.jsx +++ b/website/pages/home/index.jsx @@ -25,7 +25,7 @@ export default function HomePage() { link: { text: 'Get started', url: - 'https://learn.hashicorp.com/collections/consul/gs-consul-service-mesh', + 'https://learn.hashicorp.com/tutorials/consul/service-mesh-deploy?utm_source=WEBSITE&utm_medium=WEB_IO&utm_offer=ARTICLE_PAGE&utm_content=DOCS', }, }, { @@ -112,7 +112,7 @@ export default function HomePage() { type: 'inbound', text: 'Learn more', url: - 'https://learn.hashicorp.com/collections/consul/gs-consul-service-mesh', + 'https://learn.hashicorp.com/tutorials/consul/service-mesh-deploy?utm_source=WEBSITE&utm_medium=WEB_IO&utm_offer=ARTICLE_PAGE&utm_content=DOCS', }, }, ]} diff --git a/website/pages/use-cases/multi-platform-service-mesh.jsx b/website/pages/use-cases/multi-platform-service-mesh.jsx index 65200635a..46b71cc43 100644 --- a/website/pages/use-cases/multi-platform-service-mesh.jsx +++ b/website/pages/use-cases/multi-platform-service-mesh.jsx @@ -6,7 +6,7 @@ export default function MultiPlatformServiceMeshPage() {