summaryrefslogtreecommitdiffstats
path: root/docs/reference
diff options
context:
space:
mode:
authorJohn DeNisco <jdenisco@cisco.com>2018-08-16 13:50:02 -0400
committerDamjan Marion <dmarion@me.com>2018-08-17 17:28:28 +0000
commitc4c72d28352f74be5e3c78521e73ff64bbb78ea0 (patch)
tree2cb26ebd5206a6b8bb31eb3703f1ae8bbab6f6fc /docs/reference
parenta60c3ed14b2cd2f63a1262b8935b823e081aeef7 (diff)
docs: Rework the VPP progressive Tutorial.
Change-Id: If5b0d07ea90d978c6b1f11210a661876b7929653 Signed-off-by: John DeNisco <jdenisco@cisco.com>
Diffstat (limited to 'docs/reference')
-rw-r--r--docs/reference/vppvagrant/index.rst4
-rw-r--r--docs/reference/vppvagrant/installingVboxVagrant.rst6
2 files changed, 4 insertions, 6 deletions
diff --git a/docs/reference/vppvagrant/index.rst b/docs/reference/vppvagrant/index.rst
index 7852cb88514..04da9e3f022 100644
--- a/docs/reference/vppvagrant/index.rst
+++ b/docs/reference/vppvagrant/index.rst
@@ -1,4 +1,4 @@
-.. _vppcontainers:
+.. _vppvagrant:
VM's with Vagrant
=================
@@ -13,5 +13,3 @@ This reference guide will cover using Vagrant to boot a VM (virtual machine).
boxSetup
VagrantVMSetup
vppVagrantfile
-
-
diff --git a/docs/reference/vppvagrant/installingVboxVagrant.rst b/docs/reference/vppvagrant/installingVboxVagrant.rst
index 018ce6cfb53..326312899b4 100644
--- a/docs/reference/vppvagrant/installingVboxVagrant.rst
+++ b/docs/reference/vppvagrant/installingVboxVagrant.rst
@@ -1,7 +1,5 @@
.. _installingVboxVagrant:
-.. toctree::
-
Installing Vbox and Vagrant
===========================
@@ -19,6 +17,8 @@ If you're on Ubuntu, perform:
$ sudo apt-get install virtualbox
+If you want to download a newer version of Virtual Box or one specific to your OS and architecture, go to the `Virtual Box download page <https://www.virtualbox.org/wiki/Downloads>`_.
+
Installing Vagrant
__________________
@@ -35,4 +35,4 @@ This is a similar command, but on a 64-bit version of Debian:
$ sudo apt-get install https://releases.hashicorp.com/vagrant/2.1.2/vagrant_2.1.2_x86_64.deb
-If you want to download a newer version of Vagrant or one specific to your OS and architecture, go to the Vagrant `download page <https://www.vagrantup.com/downloads.html>`_, right-click and copy the link address for your specified version, and replace the above install command for your respective OS and architechure. \ No newline at end of file
+If you want to download a newer version of Vagrant or one specific to your OS and architecture, go to the `Vagrant download page <https://www.vagrantup.com/downloads.html>`_.