On Fri, Jan 17, 2020 at 7:50 PM <[email protected]> wrote: > > From: Lars Kellogg-Stedman <[email protected]> > > This fixes the broken link in the README to the ovs-advanced tutorial. > This also adds a hyperlink to Documentation/tutorials/ovn-sandbox.rst > where the tutorial is referenced. > > Closes #7
Thanks for the PR Lars. I applied this patch to master. Numan > > Signed-off-by: Lars Kellogg-Stedman <[email protected]> > --- > Documentation/tutorials/ovn-sandbox.rst | 4 +++- > README.rst | 4 +++- > 2 files changed, 6 insertions(+), 2 deletions(-) > > diff --git a/Documentation/tutorials/ovn-sandbox.rst > b/Documentation/tutorials/ovn-sandbox.rst > index a150109d8..2b574c02f 100644 > --- a/Documentation/tutorials/ovn-sandbox.rst > +++ b/Documentation/tutorials/ovn-sandbox.rst > @@ -62,7 +62,7 @@ Using GDB > --------- > > GDB support is not required to go through the tutorial. See the "Using GDB" > -section of ovs-advanced in Open vSwitch documentation for more info. > +section of `ovs-advanced`_ in Open vSwitch documentation for more info. > Additional flags exist for launching the debugger for the OVN programs:: > > --gdb-ovn-northd > @@ -173,3 +173,5 @@ man page for more detail. > .. _ovn-nbctl(8): http://openvswitch.org/support/dist-docs/ovn-nbctl.8.html > .. _ovn-sbctl(8): http://openvswitch.org/support/dist-docs/ovn-sbctl.8.html > .. _ovn-trace(8): http://openvswitch.org/support/dist-docs/ovn-trace.8.html > +.. _ovs-advanced: > https://github.com/openvswitch/ovs/blob/master/Documentation/tutorials/ovs-advanced.rst > + > diff --git a/README.rst b/README.rst > index 57cf3a8a6..01d782331 100644 > --- a/README.rst > +++ b/README.rst > @@ -62,7 +62,9 @@ installation guides > <Documentation/intro/install/index.rst>`__ > For answers to common questions, refer to the `FAQ <Documentation/faq>`__. > > To learn about some advanced features of the Open vSwitch software switch, > read > -the `tutorial <Documentation/tutorials/ovs-advanced.rst>`__. > +the tutorial_. > + > +.. _tutorial: > https://github.com/openvswitch/ovs/blob/master/Documentation/tutorials/ovs-advanced.rst > > Each OVN program is accompanied by a manpage. Many of the manpages are > customized > to your configuration as part of the build process, so we recommend building > OVN > -- > 2.24.1 > > _______________________________________________ > dev mailing list > [email protected] > https://mail.openvswitch.org/mailman/listinfo/ovs-dev > _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
