patches for DPDK stable branches
 help / color / mirror / Atom feed
* [dpdk-stable] [PATCH 19.11] doc: fix reference in ABI guide
@ 2020-06-06 10:10 Thomas Monjalon
  2020-06-08  8:01 ` Luca Boccassi
  2020-06-09 17:08 ` Kinsella, Ray
  0 siblings, 2 replies; 3+ messages in thread
From: Thomas Monjalon @ 2020-06-06 10:10 UTC (permalink / raw)
  To: stable; +Cc: bluca, Ray Kinsella, John McNamara, Marko Kovacevic

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@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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-06-09 17:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-06 10:10 [dpdk-stable] [PATCH 19.11] doc: fix reference in ABI guide Thomas Monjalon
2020-06-08  8:01 ` Luca Boccassi
2020-06-09 17:08 ` Kinsella, Ray

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).