website: remove the ?direct in downloads to use CDN

This commit is contained in:
Mitchell Hashimoto 2013-07-18 10:44:37 -04:00
parent f226bd13af
commit bf3e137a5a
1 changed files with 1 additions and 1 deletions

View File

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