2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-31 14:25:26 +00:00

doc: Convert some bolded words into links.

Seems more user-friendly.

Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Stephen Finucane <stephen@that.guru>
This commit is contained in:
Ben Pfaff
2017-04-14 10:31:14 -07:00
parent 882072d77a
commit 7f2b26fa32
2 changed files with 6 additions and 4 deletions

View File

@@ -365,7 +365,8 @@ Building
see unusual warnings when you use both together, consider disabling
ccache.
2. Consider running the testsuite. Refer to **Testing** for instructions.
2. Consider running the testsuite. Refer to :doc:`/topics/testing` for
instructions.
3. Run ``make install`` to install the executables and manpages into the
running system, by default under ``/usr/local``::
@@ -499,7 +500,7 @@ upgrade the database schema:
$ ovsdb-tool convert /usr/local/etc/openvswitch/conf.db \
vswitchd/vswitch.ovsschema
4. Start the Open vSwitch daemons as described under **Starting** above.
4. Start the Open vSwitch daemons as described under `Starting`_ above.
Hot Upgrading
-------------

View File

@@ -237,8 +237,9 @@ Vagrant
Requires Vagrant (version 1.7.0 or later) and a compatible hypervisor
.. note::
You must **Bootstrap** and **Configure** the sources before you run the steps
described here.
You must bootstrap and configure the sources (see
doc:`/intro/install/general`) before you run the steps described
here.
A Vagrantfile is provided allowing to compile and provision the source tree as
found locally in a virtual machine using the following command::