From 8d12087a139b4644527dc4b6609331d107939b3e Mon Sep 17 00:00:00 2001 From: Surya Prakash Singh Date: Wed, 12 Apr 2017 10:45:59 -0500 Subject: [PATCH] Development Environment With Vagrant link not working In quick start added the correct link which can be used to setup the development environment with vagrant Change-Id: Id3eabe3da05264058fed3136acc4cd270b5134ae Closes-Bug: #1681978 --- doc/quickstart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/quickstart.rst b/doc/quickstart.rst index bafd3cce37..025dde2b35 100644 --- a/doc/quickstart.rst +++ b/doc/quickstart.rst @@ -29,7 +29,7 @@ bare metal or a virtual machine with Kolla. If developing Kolla on a system that provides VirtualBox or Libvirt in addition to Vagrant, use the Vagrant virtual environment documented in -`Development Environment with Vagrant `_. +`Development Environment with Vagrant `_. Prerequisites =============