website: switch all download URLs to https

This commit is contained in:
Mitchell Hashimoto 2013-06-29 14:16:12 -07:00
parent 3c816930e0
commit 3f32ced7b0
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ helpers do
end end
def download_url(file) def download_url(file)
"http://dl.bintray.com/mitchellh/packer/#{file}?direct" "https://dl.bintray.com/mitchellh/packer/#{file}?direct"
end end
def latest_version def latest_version

View File

@ -17,7 +17,7 @@ page_title: "Downloads"
Below are all available downloads for the latest version of Packer Below are all available downloads for the latest version of Packer
(<%= latest_version %>). Please download the proper package for your (<%= latest_version %>). Please download the proper package for your
operating system and architecture. You can find SHA256 checksums operating system and architecture. You can find SHA256 checksums
for packages <a href="http://dl.bintray.com/mitchellh/packer/<%= latest_version %>_SHA256SUMS?direct">here</a>. for packages <a href="https://dl.bintray.com/mitchellh/packer/<%= latest_version %>_SHA256SUMS?direct">here</a>.
</p> </p>
</div> </div>
</div> </div>