diff --git a/README.md b/README.md index 9f2c64f9d..bfbdc591d 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ between Windows, Mac OS X, and Linux. ## Quick Start First, make sure your development machine has [VirtualBox](http://www.virtualbox.org) -installed. After this, [download and install the appropriate Vagrant package for your OS](http://downloads.vagrantup.com). If you're not on Mac OS X or Windows, you'll need +installed. After this, [download and install the appropriate Vagrant package for your OS](http://www.vagrantup.com/downloads). If you're not on Mac OS X or Windows, you'll need to add `/opt/vagrant/bin` to your `PATH`. After this, you're ready to go! To build your first virtual environment: diff --git a/website/docs/source/layouts/layout.erb b/website/docs/source/layouts/layout.erb index 14afe6ebc..fbef91e47 100644 --- a/website/docs/source/layouts/layout.erb +++ b/website/docs/source/layouts/layout.erb @@ -260,7 +260,7 @@
  • Documentation
  • About
  • Support
  • - +
  • Download
  • diff --git a/website/docs/source/v2/installation/index.html.md b/website/docs/source/v2/installation/index.html.md index f4378a00e..08b7959c7 100644 --- a/website/docs/source/v2/installation/index.html.md +++ b/website/docs/source/v2/installation/index.html.md @@ -6,7 +6,7 @@ sidebar_current: "installation" # Installing Vagrant Installing Vagrant is extremely easy. Head over to the -[downloads page](http://downloads.vagrantup.com/) and get the appropriate +[downloads page](http://www.vagrantup.com/downloads) and get the appropriate installer or package for your platform. Then install it using standard procedures for your operating system.