summaryrefslogtreecommitdiff
path: root/Documentation/tutorials
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2018-06-03 13:40:26 -0700
committerBen Pfaff <blp@ovn.org>2018-06-11 15:27:14 -0700
commit017344c55eb9e4cbf5cef1e34a7a37a7d4e61d4e (patch)
tree561062feedecb6bf3b8eaead9c87146c1ebcf070 /Documentation/tutorials
parentf07bced6dfeebc33cfc6aaad4224f97f691d87b3 (diff)
downloadopenvswitch-017344c55eb9e4cbf5cef1e34a7a37a7d4e61d4e.tar.gz
ovn-sandbox: Fix link.
I couldn't figure out a way to fix this without making it inline. Weird. Reported-by: Qiuyu Xiao <qxiao@vmware.com> Signed-off-by: Ben Pfaff <blp@ovn.org> Acked-by: Justin Pettit <jpettit@ovn.org>
Diffstat (limited to 'Documentation/tutorials')
-rw-r--r--Documentation/tutorials/ovn-sandbox.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/Documentation/tutorials/ovn-sandbox.rst b/Documentation/tutorials/ovn-sandbox.rst
index 56e46402d..b906b799d 100644
--- a/Documentation/tutorials/ovn-sandbox.rst
+++ b/Documentation/tutorials/ovn-sandbox.rst
@@ -34,7 +34,7 @@ Getting Started
---------------
For some general information about ``ovs-sandbox``, see the "Getting Started"
-section of the tutorial_.
+section of :doc:`ovs-advanced`.
``ovs-sandbox`` does not include OVN support by default. To enable OVN, you
must pass the ``--ovn`` flag. For example, if running it straight from the OVS
@@ -64,8 +64,8 @@ Using GDB
---------
GDB support is not required to go through the tutorial. See the "Using GDB"
-section of the `tutorial`_ for more info. Additional flags exist for launching
-the debugger for the OVN programs::
+section of :doc:`ovs-advanced` for more info. Additional flags exist for
+launching the debugger for the OVN programs::
--gdb-ovn-northd
--gdb-ovn-controller
@@ -165,7 +165,6 @@ man page for more detail.
.. _ovn-architecture: http://openvswitch.org/support/dist-docs/ovn-architecture.7.html
-.. _Tutorial: :ref:`ovs-advanced`
.. _ovn-nb(5): http://openvswitch.org/support/dist-docs/ovn-nb.5.html
.. _ovn-sb(5): http://openvswitch.org/support/dist-docs/ovn-sb.5.html
.. _vtep(5): http://openvswitch.org/support/dist-docs/vtep.5.html