diff --git a/doc/source/contributor/vagrant-dev-env.rst b/doc/source/contributor/vagrant-dev-env.rst
index 9c9a0c07568e7e8746a65af9c2980c45cfe8ca53..d6a34b7a21972acc4db6f89932e9c2860ed8c8f9 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