website: remove the ?direct in downloads to use CDN

pull/919/head
Mitchell Hashimoto 13 years ago
parent cad6789704
commit 9c551ee737

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

Loading…
Cancel
Save