Missed one
This commit is contained in:
parent
174237ba2f
commit
6fa3fe31b1
|
@ -26,7 +26,7 @@ page_title: "Downloads"
|
|||
<a href="https://releases.hashicorp.com/packer/<%= latest_version %>/packer_<%= latest_version %>_SHA256SUMS.sig">
|
||||
verify the checksums signature file
|
||||
</a>
|
||||
which has been signed using <a href="https://hashicorp.com/security.html" target="_TOP">HashiCorp's GPG key</a>.
|
||||
which has been signed using <a href="https://www.hashicorp.com/security.html" target="_TOP">HashiCorp's GPG key</a>.
|
||||
You can also <a href="https://releases.hashicorp.com/packer/" target="_TOP">download older versions of Packer</a> from the releases service.
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
@ -15,7 +15,7 @@ the ecosystem HashiCorp has built to make application delivery a versioned,
|
|||
auditable, repeatable, and collaborative process. To learn more about our
|
||||
beliefs on the qualities of the modern datacenter and responsible application
|
||||
delivery, read [The Atlas Mindset: Version Control for
|
||||
Infrastructure](https://hashicorp.com/blog/atlas-mindset.html/?utm_source=packer&utm_campaign=HashicorpEcosystem).
|
||||
Infrastructure](https://www.hashicorp.com/blog/atlas-mindset.html/?utm_source=packer&utm_campaign=HashicorpEcosystem).
|
||||
|
||||
If you are using Packer to build machine images and deployable artifacts, it's
|
||||
likely that you need a solution for deploying those artifacts. Terraform is our
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
<div class="navbar-header">
|
||||
<div class="navbar-brand">
|
||||
<a class="logo" href="/">Packer</a>
|
||||
<a class="by-hashicorp white" href="https://hashicorp.com/"><span class="svg-wrap">by</span><%= partial "layouts/svg/svg-by-hashicorp" %><%= partial "layouts/svg/svg-hashicorp-logo" %>Hashicorp</a>
|
||||
<a class="by-hashicorp white" href="https://www.hashicorp.com/"><span class="svg-wrap">by</span><%= partial "layouts/svg/svg-by-hashicorp" %><%= partial "layouts/svg/svg-hashicorp-logo" %>Hashicorp</a>
|
||||
</div>
|
||||
<button class="navbar-toggle white" type="button">
|
||||
<span class="sr-only">Toggle navigation</span>
|
||||
|
|
Loading…
Reference in New Issue