docs: fix missing quotes in ubuntu install instructions 29/26329/5
authorPaul Vinciguerra <pvinci@vinciconsulting.com>
Fri, 3 Apr 2020 03:50:25 +0000 (23:50 -0400)
committerDave Wallace <dwallacelf@gmail.com>
Fri, 18 Dec 2020 23:37:22 +0000 (23:37 +0000)
type: docs

Change-Id: Ifa09b63924f4b7bf2719bba6ada0e1122407641c
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
docs/gettingstarted/installing/ubuntu.rst

index 98d7354..2521b6d 100644 (file)
@@ -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*"