[ovs-dev] [PATCH] ovn-sandbox: Fix link.

Ben Pfaff blp at ovn.org
Sun Jun 3 20:40:26 UTC 2018


I couldn't figure out a way to fix this without making it inline.  Weird.

Reported-by: Qiuyu Xiao <qxiao at vmware.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>
---
 Documentation/tutorials/ovn-sandbox.rst | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/Documentation/tutorials/ovn-sandbox.rst b/Documentation/tutorials/ovn-sandbox.rst
index 56e46402da74..b906b799d3e5 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
-- 
2.16.1



More information about the dev mailing list