From a0eb7f2be8e525c5c4cdd8b751945187de2cf9e5 Mon Sep 17 00:00:00 2001 From: David Marchand Date: Tue, 12 Nov 2019 20:31:03 +0100 Subject: [PATCH] doc: fix link to AESNI mb external library Add missing _. Fixes: 2977a13657ab ("doc: fix AESNI_MB guide") Cc: stable@dpdk.org Signed-off-by: David Marchand --- doc/guides/cryptodevs/aesni_mb.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/cryptodevs/aesni_mb.rst b/doc/guides/cryptodevs/aesni_mb.rst index 318fcfb619..5d8fb46efe 100644 --- a/doc/guides/cryptodevs/aesni_mb.rst +++ b/doc/guides/cryptodevs/aesni_mb.rst @@ -65,7 +65,7 @@ To build DPDK with the AESNI_MB_PMD the user is required to download the multi-b library from `here `_ and compile it on their user system before building DPDK. The latest version of the library supported by this PMD is v0.53, which -can be downloaded from ``. +can be downloaded from ``_. .. code-block:: console -- 2.20.1