From 27cc8308cb48b4ae2b2bc3bccc299a0b10ad2dee Mon Sep 17 00:00:00 2001 From: Godfrey Hobbs Date: Thu, 18 Aug 2016 16:11:47 -0700 Subject: [PATCH] fixing broken link https://www.vagrantup.com/downloads.html requires the html --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90aafdc5..ba32fde6 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ VirtualBox is the software that actually runs the VM. [You can download it from ### Vagrant -Vagrant is the software that configures the VM and lets you share files between your host computer and the VM's filesystem. [You can download it from vagrantup.com.](https://www.vagrantup.com/downloads) Install the version for your operating system. +Vagrant is the software that configures the VM and lets you share files between your host computer and the VM's filesystem. [You can download it from vagrantup.com.](https://www.vagrantup.com/downloads.html) Install the version for your operating system. **Windows Note:** The Installer may ask you to grant network permissions to Vagrant or make a firewall exception. Be sure to allow this.