The link url link for the blog in sflow documentation causes make check-docs to fail with a broken link warning. Fix this by correcting the url address. Also use correct markup for note regarding the configuration of sflow.
CC: Stephen Finucane <[email protected]> Fixes: 198c5d3d0 ("doc: Add sFlow cookbook from website") Signed-off-by: Ian Stokes <[email protected]> Acked-by: Stephen Finucane <[email protected]> --- v1 -> v2 Changed Docs to docs in summary. --- Documentation/howto/sflow.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Documentation/howto/sflow.rst b/Documentation/howto/sflow.rst index afe1e7e..ae7737f 100644 --- a/Documentation/howto/sflow.rst +++ b/Documentation/howto/sflow.rst @@ -166,6 +166,9 @@ This document is heavily based on content from Neil McKee at InMon: - `https://mail.openvswitch.org/pipermail/ovs-dev/2010-July/165245.html <https://mail.openvswitch.org/pipermail/ovs-dev/2010-July/165245.html>`__ -- `http://blog.sflow.com/2010/01/open-vswitch.html - <http://blog.sflow.com/2010/01/open-vswitch.html>`__ (note: the configuration - syntax is out of date, but the high-level descriptions are correct) +- `https://blog.sflow.com/2010/01/open-vswitch.html + <https://blog.sflow.com/2010/01/open-vswitch.html>`__ + +.. note:: + The configuration syntax is out of date, but the high-level + descriptions are correct. -- 2.7.5 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
