It seems like this is easier to read in the source form. I don't understand what is typical style here, though.
Signed-off-by: Ben Pfaff <[email protected]> --- Documentation/topics/testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/topics/testing.rst b/Documentation/topics/testing.rst index f67b148efdd5..365416586a94 100644 --- a/Documentation/topics/testing.rst +++ b/Documentation/topics/testing.rst @@ -188,7 +188,7 @@ Ryu Ryu is an OpenFlow controller written in Python that includes an extensive OpenFlow testsuite. Open vSwitch includes a Makefile target to run Ryu in -"dummy mode". See :ref:`testing-oftest` above for an explanation of dummy mode. +"dummy mode". See `OFTest`_ above for an explanation of dummy mode. To run Ryu tests with Open vSwitch, first read and follow the instructions under **Testing** above. Second, obtain a copy of Ryu, install its -- 2.10.2 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
