From 8dcdc93856f27d14f9982877982d072bdbf94697 Mon Sep 17 00:00:00 2001 From: Justin Mazzi Date: Mon, 6 Aug 2012 14:01:41 -0300 Subject: [PATCH] Fix 2 broken document links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c2001770..d70058534 100644 --- a/README.md +++ b/README.md @@ -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