website/docs: Links to new downloads page
Fixes #2623 and hashicorp/docs.vagrantup.com#45 [ci skip]
This commit is contained in:
parent
d5eb82993c
commit
0041b2ba50
|
@ -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:
|
||||
|
|
|
@ -260,7 +260,7 @@
|
|||
<li><a href="http://docs.vagrantup.com/">Documentation</a></li>
|
||||
<li><a href="http://www.vagrantup.com/about">About</a></li>
|
||||
<li><a href="http://www.vagrantup.com/support">Support</a></li>
|
||||
<a href="http://downloads.vagrantup.com/">
|
||||
<a href="http://www.vagrantup.com/downloads">
|
||||
<li class="button inline-button">Download</li>
|
||||
</a>
|
||||
</ul>
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue