fix typo and add link to Learn (#9799)

This commit is contained in:
kaitlincarter-hc 2021-02-22 08:32:07 -08:00 committed by GitHub
parent 8ef19e74c5
commit 4f9b35b2d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -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 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 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 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? ## 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 - See [how Consul compares to other software](/intro/vs) to assess how it fits into your
existing infrastructure. 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. to get Consul up and running.