[dpdk-stable] [PATCH 19.11] doc: fix reference in ABI guide

Thomas Monjalon thomas at monjalon.net
Sat Jun 6 12:10:38 CEST 2020


The doc build-sdk-meson is not backported, so it cannot be referenced.

Fixes: 2d2ba1fb005f ("doc: fix default symbol binding in ABI guide")

Signed-off-by: Thomas Monjalon <thomas at monjalon.net>
---
 doc/guides/contributing/abi_versioning.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/guides/contributing/abi_versioning.rst b/doc/guides/contributing/abi_versioning.rst
index d4fe93bb3c..ea9d99606b 100644
--- a/doc/guides/contributing/abi_versioning.rst
+++ b/doc/guides/contributing/abi_versioning.rst
@@ -403,8 +403,8 @@ symbol ``rte_acl_create`` should be linked to ``rte_acl_create_v21``
 Enabling versioning macros
 __________________________
 
-Finally, we need to indicate to the :doc:`meson/ninja build system
-<../prog_guide/build-sdk-meson>` to enable versioning macros when building the
+Finally, we need to indicate to the meson/ninja build system
+to enable versioning macros when building the
 library or driver. In the libraries or driver where we have added symbol
 versioning, in the ``meson.build`` file we add the following
 
-- 
2.26.2



More information about the stable mailing list