refactor get started links to new tutorial (#10066)

This commit is contained in:
Derek Strickland 2021-04-20 13:17:50 -04:00 committed by GitHub
parent 55d67824d6
commit d11823804d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -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. 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 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 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 ## Helm Chart Installation

View File

@ -25,7 +25,7 @@ export default function HomePage() {
link: { link: {
text: 'Get started', text: 'Get started',
url: 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', type: 'inbound',
text: 'Learn more', text: 'Learn more',
url: 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',
}, },
}, },
]} ]}

View File

@ -6,7 +6,7 @@ export default function MultiPlatformServiceMeshPage() {
<UseCaseLayout <UseCaseLayout
title="Multi-Platform Service Mesh" title="Multi-Platform Service Mesh"
description="Create a consistent platform for modern application networking and security with identity based authorization, L7 traffic management, and service-to-service encryption." description="Create a consistent platform for modern application networking and security with identity based authorization, L7 traffic management, and service-to-service encryption."
guideLink="https://learn.hashicorp.com/consul/gs-consul-service-mesh/understand-consul-service-mesh" guideLink="https://learn.hashicorp.com/tutorials/consul/service-mesh-deploy?utm_source=WEBSITE&utm_medium=WEB_IO&utm_offer=ARTICLE_PAGE&utm_content=DOCS"
> >
<TextSplitWithImage <TextSplitWithImage
textSplit={{ textSplit={{