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:
@@ -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
|
||||
-------------
|
||||
|
@@ -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::
|
||||
|
Reference in New Issue
Block a user