mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Fix 2 broken document links
This commit is contained in:
parent
002a83d7f7
commit
8dcdc93856
1 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ Vagrant is a tool for building and distributing virtualized development environm
|
|||
By providing automated creation and provisioning of virtual machines using [Oracle’s VirtualBox](http://www.virtualbox.org),
|
||||
Vagrant provides the tools to create and configure lightweight, reproducible, and portable
|
||||
virtual environments. For more information, see the part of the getting started guide
|
||||
on “[Why Vagrant?](http://vagrantup.com/docs/getting-started/why.html)”
|
||||
on “[Why Vagrant?](http://vagrantup.com/v1/docs/getting-started/why.html)”
|
||||
|
||||
## Quick Start
|
||||
|
||||
|
|
@ -30,7 +30,7 @@ the box doesn't already exist on your system.
|
|||
## Getting Started Guide
|
||||
|
||||
To learn how to build a fully functional rails development environment, view the
|
||||
[getting started guide](http://vagrantup.com/docs/getting-started/index.html).
|
||||
[getting started guide](http://vagrantup.com/v1/docs/getting-started/index.html).
|
||||
|
||||
## Installing the Gem from Git
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue