fix link to result in instant download

This commit is contained in:
Tarek Loubani 2016-06-02 13:13:18 -04:00
parent 6c53421c4a
commit ddd8dd10e7
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -4,7 +4,7 @@
# #
Vagrant.configure("2") do |config| Vagrant.configure("2") do |config|
config.vm.box = 'discourse-16.04' config.vm.box = 'discourse-16.04'
config.vm.box_url = "https://www.dropbox.com/s/2132770g1e05c6d/discourse.box?dl=0" config.vm.box_url = "https://www.dropbox.com/s/2132770g1e05c6d/discourse.box?dl=1"
# Make this VM reachable on the host network as well, so that other # Make this VM reachable on the host network as well, so that other
# VM's running other browsers can access our dev server. # VM's running other browsers can access our dev server.