website: remove the ?direct in downloads to use CDN

pull/195/merge
Mitchell Hashimoto 13 years ago
parent f226bd13af
commit bf3e137a5a

@ -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