diff --git a/website/config.rb b/website/config.rb index 6f712f906..757c3aadc 100644 --- a/website/config.rb +++ b/website/config.rb @@ -82,7 +82,7 @@ helpers do end def download_url(file) - "http://dl.bintray.com/mitchellh/packer/#{file}?direct" + "https://dl.bintray.com/mitchellh/packer/#{file}?direct" end def latest_version diff --git a/website/source/downloads.html.erb b/website/source/downloads.html.erb index 0705f5915..db0d3792e 100644 --- a/website/source/downloads.html.erb +++ b/website/source/downloads.html.erb @@ -17,7 +17,7 @@ page_title: "Downloads" Below are all available downloads for the latest version of Packer (<%= latest_version %>). Please download the proper package for your operating system and architecture. You can find SHA256 checksums - for packages here. + for packages here.