Skip to content

Commit

Permalink
Remove hostname from links on /download/thank-you.html
Browse files Browse the repository at this point in the history
  • Loading branch information
nfagerlund committed Jun 9, 2016
1 parent af892a0 commit 1d8b199
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/download/thank-you.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ snowflake: downloads
<section>
<p>This download includes all the documentation for Puppet Enterprise, Open Source Puppet, Hiera, Facter, and more.</p>

<p>If your download does not automatically start <a id="offline-doc" href="https://docs.puppetlabs.com/puppetdocs-latest.tar.gz">click here</a>.</p>
<iframe src="https://docs.puppetlabs.com/puppetdocs-latest.tar.gz" width="1" height="1" frameborder="0" style="display: none;"></iframe>
<p>If your download does not automatically start <a id="offline-doc" href="/puppetdocs-latest.tar.gz">click here</a>.</p>
<iframe src="/puppetdocs-latest.tar.gz" width="1" height="1" frameborder="0" style="display: none;"></iframe>

<h4>Related Puppet Resources</h4>
<ul>
Expand Down

0 comments on commit 1d8b199

Please sign in to comment.