From c4c72d28352f74be5e3c78521e73ff64bbb78ea0 Mon Sep 17 00:00:00 2001 From: John DeNisco Date: Thu, 16 Aug 2018 13:50:02 -0400 Subject: docs: Rework the VPP progressive Tutorial. Change-Id: If5b0d07ea90d978c6b1f11210a661876b7929653 Signed-off-by: John DeNisco --- docs/reference/vppvagrant/index.rst | 4 +--- docs/reference/vppvagrant/installingVboxVagrant.rst | 6 +++--- 2 files changed, 4 insertions(+), 6 deletions(-) (limited to 'docs/reference/vppvagrant') 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 `_. + 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 `_, 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 `_. -- cgit 1.2.3-korg