website/www: home page link to downloads work

This commit is contained in:
Mitchell Hashimoto 2013-12-09 11:02:53 -08:00
parent 62aabc5abe
commit 392822012f
2 changed files with 1 additions and 2 deletions

View File

@ -19,7 +19,6 @@ if ENV["VAGRANT_VERSION"]
response = http.request(req)
response.body.split("\n").each do |line|
puts "[DEBUG] Line: #{line}"
next if line !~ /\/mitchellh\/vagrant\/(.+?)'/
filename = $1.to_s
$vagrant_os_mappings.each do |suffix, os|

View File

@ -14,7 +14,7 @@
</div> <!-- row -->
<div class="row">
<a href="http://downloads.vagrantup.com/">
<a href="/downloads.html">
<div class="button span3 offset3">
<span>download</span>
</div> <!-- /span -->