aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Vinciguerra <pvinci@vinciconsulting.com>2020-04-02 23:50:25 -0400
committerDave Wallace <dwallacelf@gmail.com>2020-12-18 23:37:48 +0000
commit1e44cf53b5611b46657f5742784ec85c35d36767 (patch)
tree2e3bd37b878c832ef3d8e62460986e9a64a5f97c
parent3b82d3e39331c5c6cade1014444091ba31052551 (diff)
docs: fix missing quotes in ubuntu install instructions
type: docs Change-Id: Ifa09b63924f4b7bf2719bba6ada0e1122407641c Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com> (cherry picked from commit ac9a585c6207ac876025f924aeb96ddcac8c8805)
-rw-r--r--docs/gettingstarted/installing/ubuntu.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/gettingstarted/installing/ubuntu.rst b/docs/gettingstarted/installing/ubuntu.rst
index 98d73541c4e..2521b6d2790 100644
--- a/docs/gettingstarted/installing/ubuntu.rst
+++ b/docs/gettingstarted/installing/ubuntu.rst
@@ -1,11 +1,11 @@
.. _ubuntu:
.. toctree::
-
-Ubuntu 18.04 - Setup the FD.io Repository
-==========================================
-Choose one of the following releases to install.
+Ubuntu - Setup the FD.io Repository
+===================================
+
+Choose one of the following releases to install.
Update the OS
-----------------------
@@ -85,4 +85,4 @@ Uninstall the packages by running the following command:
.. code-block:: console
- sudo apt-get remove --purge vpp*
+ sudo apt-get remove --purge "vpp*"