]> git.droids-corp.org - dpdk.git/commitdiff
doc: remove useless anchor for flow API guide
authorThomas Monjalon <thomas@monjalon.net>
Wed, 30 Jan 2019 11:20:18 +0000 (12:20 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 31 Jan 2019 17:41:07 +0000 (18:41 +0100)
A doc page (.rst file) can be referenced with :doc: syntax
instead of :ref: to .. anchor.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Shahaf Shuler <shahafs@mellanox.com>
doc/guides/howto/rte_flow.rst
doc/guides/nics/mvpp2.rst
doc/guides/prog_guide/rte_flow.rst
doc/guides/rel_notes/release_17_02.rst

index 6a8534d9888055445edd69fe0b27b9adf9608da2..3dcda6cb176b93f7329322d3ce4feac10986aaee 100644 (file)
@@ -8,7 +8,7 @@ This document demonstrates some concrete examples for programming flow rules
 with the ``rte_flow`` APIs.
 
 * Detail of the rte_flow APIs can be found in the following link:
-  :ref:`Generic flow API <Generic_flow_API>` .
+  :doc:`../prog_guide/rte_flow`.
 
 * Details of the TestPMD commands to set the flow rules can be found in the
   following link: :ref:`TestPMD Flow rules <testpmd_rte_flow>`
index b2ddeab50f44335daf8873f17585b16c5ddcc586..9dcb93dd96f848e831ad8f9e3218b5b1eb5a1ffa 100644 (file)
@@ -410,7 +410,7 @@ Flow API
 
 PPv2 offers packet classification capabilities via classifier engine which
 can be configured via generic flow API offered by DPDK.
-For an additional description please refer to DPDK :ref:`Generic flow API <Generic_flow_API>`.
+For an additional description please refer to DPDK :doc:`../prog_guide/rte_flow`.
 
 Supported flow actions
 ~~~~~~~~~~~~~~~~~~~~~~
index dbf4999aa71a900ec9f6ed31103e3e525c47633a..472dcef476c45699fb370b20f3841dafad41a74e 100644 (file)
@@ -2,8 +2,6 @@
     Copyright 2016 6WIND S.A.
     Copyright 2016 Mellanox Technologies, Ltd
 
-.. _Generic_flow_API:
-
 Generic flow API (rte_flow)
 ===========================
 
index d6c1c5670f7fb7a187f695121454e66e91e181f2..2244d27f966fa74462f69cf702cd9ba875fffbc2 100644 (file)
@@ -77,8 +77,7 @@ New Features
   higher-level than the legacy filtering framework, which it encompasses and
   supersedes (including all functions and filter types) .
 
-  See the :ref:`Generic flow API <Generic_flow_API>` documentation for more
-  information.
+  See the :doc:`../prog_guide/rte_flow` documentation for more information.
 
 * **Added firmware version get API.**