Merge pull request #2635 from bbonamin/master

Fixes networking private network URL
This commit is contained in:
Fabio Rehm 2013-12-11 04:46:26 -08:00
commit 152c6b92ac
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ also usually a simple package installation away.
If you're using the VirtualBox provider, you'll also need to make sure you If you're using the VirtualBox provider, you'll also need to make sure you
have a have a
[private network setup with a static IP](http://localhost:4567/v2/networking/private_network.html). This is due to a limitation of VirtualBox's built-in networking. With [private network setup with a static IP](http://docs.vagrantup.com/v2/networking/private_network.html). This is due to a limitation of VirtualBox's built-in networking. With
VMware, you do not need this. VMware, you do not need this.
## Root Privilege Requirement ## Root Privilege Requirement