docs: add link to Learn from downloads page (#7534)

Adds a link to Learn from the downloads page as well as a link to the Consul
Template guide.
This commit is contained in:
Geoffrey Grosenbach 2020-03-31 13:30:29 -07:00 committed by GitHub
parent bf7aa070c1
commit 4f599893f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ description: |-
You can also <a href="https://releases.hashicorp.com/consul/" target="_blank" rel="nofollow noopener noreferrer">download older versions of Consul</a> from the releases service. You can also <a href="https://releases.hashicorp.com/consul/" target="_blank" rel="nofollow noopener noreferrer">download older versions of Consul</a> from the releases service.
</p> </p>
<p> <p>
Check out the <a href="https://github.com/hashicorp/consul/blob/v<%= latest_version %>/CHANGELOG.md">v<%= latest_version %> CHANGELOG</a> for information on the latest release. Check out the <a href="https://github.com/hashicorp/consul/blob/v<%= latest_version %>/CHANGELOG.md">v<%= latest_version %> CHANGELOG</a> for information on the latest release. Continue learning with our step by step guides at <a href="https://learn.hashicorp.com/consul">HashiCorp Learn</a>.
</p> </p>
</div> </div>
</div> </div>

View File

@ -28,7 +28,7 @@ description: |-
<a href="https://github.com/hashicorp/consul-replicate">Consul Replicate</a> - Consul cross-DC KV replication daemon. <a href="https://github.com/hashicorp/consul-replicate">Consul Replicate</a> - Consul cross-DC KV replication daemon.
</li> </li>
<li> <li>
<a href="https://github.com/hashicorp/consul-template">Consul Template</a> - Generic template rendering and notifications with Consul <a href="https://github.com/hashicorp/consul-template">Consul Template</a> - Generic template rendering and notifications with Consul. A step by step tutorial is at <a href="https://learn.hashicorp.com/consul/developer-configuration/consul-template">HashiCorp Learn</a>.
</li> </li>
</ul> </ul>