website: switch all download URLs to https
This commit is contained in:
parent
3c816930e0
commit
3f32ced7b0
|
@ -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
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue