From 8b54520e8a1e35c406842c6fba89729d554e0545 Mon Sep 17 00:00:00 2001
From: caoyuan <cao.yuan@99cloud.net>
Date: Wed, 27 Sep 2017 22:36:23 +0800
Subject: [PATCH] Update the description and links for vagrant

Change-Id: Id6264fa8af55b9da5f8e0cad705287b0c115c7e7
---
 doc/source/contributor/vagrant-dev-env.rst | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/doc/source/contributor/vagrant-dev-env.rst b/doc/source/contributor/vagrant-dev-env.rst
index 9c9a0c0756..d6a34b7a21 100644
--- a/doc/source/contributor/vagrant-dev-env.rst
+++ b/doc/source/contributor/vagrant-dev-env.rst
@@ -4,12 +4,13 @@
 Development Environment with Vagrant
 ====================================
 
-This guide describes how to use `Vagrant <http://vagrantup.com>`__ to assist in
+This guide describes how to use `Vagrant <https://vagrantup.com>`__ to assist in
 developing for Kolla.
 
-Vagrant is a tool to assist in scripted creation of virtual machines. Vagrant
-takes care of setting up CentOS-based VMs for Kolla development, each with
-proper hardware like memory amount and number of network interfaces.
+Vagrant is a tool for building and managing virtual machine environments in
+a single workflow. Vagrant takes care of setting up CentOS-based VMs for Kolla
+development, each with proper hardware like memory amount and number of
+network interfaces.
 
 Getting Started
 ===============
@@ -185,6 +186,6 @@ Further Reading
 ===============
 
 All Vagrant documentation can be found at
-`docs.vagrantup.com <http://docs.vagrantup.com>`__.
+`Vagrant documentation` <https://www.vagrantup.com/docs/>`__.
 
 .. _Building Container Images: https://docs.openstack.org/kolla/latest/image-building.html
-- 
GitLab