fix typo and add link to Learn (#9799)
This commit is contained in:
parent
6f04daa2f1
commit
49eeb12b15
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue