From 49eeb12b1586b50ca0b2270b9feed7ad62d9544a Mon Sep 17 00:00:00 2001 From: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com> Date: Mon, 22 Feb 2021 08:32:07 -0800 Subject: [PATCH] fix typo and add link to Learn (#9799) --- website/content/docs/intro/index.mdx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/website/content/docs/intro/index.mdx b/website/content/docs/intro/index.mdx index a0a352ff1..4df7a0875 100644 --- a/website/content/docs/intro/index.mdx +++ b/website/content/docs/intro/index.mdx @@ -16,7 +16,9 @@ Welcome to the intro guide to Consul! This guide is the best place to start with Consul. We cover what Consul is, what problems it can solve, how it compares to existing software, and how you can get started using it. If you are familiar with the basics of Consul, the [documentation](/docs) provides a more -detailed reference of available features. +detailed reference of available features. If you're ready to get hands-on +experience, deploy Consul locally with our +[HashiCorp Learn tutorial](https://learn.hashicorp.com/tutorials/consul/get-started-install). ## What is Consul? @@ -106,5 +108,5 @@ forward the request to the remote datacenter and return the result. - See [how Consul compares to other software](/intro/vs) to assess how it fits into your existing infrastructure. -- Continue onwards with the [getting started guide](https://learn.hashicorp.com/tutorials/consul/get-started-install). +- Continue onwards with [HashiCorp Learn](https://learn.hashicorp.com/tutorials/consul/get-started-install) to get Consul up and running.