Skip to content

Commit ac9a585

Browse files
pvincidwallacelf
authored andcommitted
docs: fix missing quotes in ubuntu install instructions
type: docs Change-Id: Ifa09b63924f4b7bf2719bba6ada0e1122407641c Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
1 parent 5b8b1ae commit ac9a585

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/gettingstarted/installing/ubuntu.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
.. _ubuntu:
22

33
.. toctree::
4-
5-
Ubuntu 18.04 - Setup the FD.io Repository
6-
==========================================
74

8-
Choose one of the following releases to install.
5+
Ubuntu - Setup the FD.io Repository
6+
===================================
7+
8+
Choose one of the following releases to install.
99

1010
Update the OS
1111
-----------------------
@@ -85,4 +85,4 @@ Uninstall the packages by running the following command:
8585

8686
.. code-block:: console
8787
88-
sudo apt-get remove --purge vpp*
88+
sudo apt-get remove --purge "vpp*"

0 commit comments

Comments
 (0)