From 552ee0b8ee0d2062dca6a94d398dc58fa6e93226 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 29 Jun 2013 14:16:12 -0700 Subject: [PATCH] website: switch all download URLs to https --- website/config.rb | 2 +- website/source/downloads.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.