Add missing _.
Fixes: 2977a13657ab ("doc: fix AESNI_MB guide")
Cc: [email protected]
Signed-off-by: David Marchand <[email protected]>
---
Changelog since v1:
- rebased on master, still the same issue
---
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 318fcfb..5d8fb46 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 <https://github.com/01org/intel-ipsec-mb>`_
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
`<https://github.com/01org/intel-ipsec-mb/archive/v0.53.zip>`.
+can be downloaded from
`<https://github.com/01org/intel-ipsec-mb/archive/v0.53.zip>`_.
.. code-block:: console
--
1.8.3.1