doc: fix typos in OcteonTx guides

Fixes: 26cb0a72412f ("doc: add octeontx platform guide")
Fixes: 48191dde6acf ("doc: add octeontx mempool guide")
Cc: stable@dpdk.org

Signed-off-by: Pavan Nikhilesh <pbhagavatula@caviumnetworks.com>
Acked-by: Marko Kovacevic <marko.kovacevic@intel.com>
This commit is contained in:
Pavan Nikhilesh 2018-04-20 15:04:10 +05:30 committed by Thomas Monjalon
parent 85e59d55cd
commit 49781e37e7
2 changed files with 4 additions and 4 deletions

View File

@ -39,7 +39,7 @@ Supported OCTEONTX SoCs
Prerequisites
-------------
See :doc: `../platform/octeontx` for setup information.
See :doc:`../platform/octeontx` for setup information.
Pre-Installation Configuration
------------------------------

View File

@ -16,11 +16,11 @@ Common Offload HW Block Drivers
-------------------------------
1. **Eventdev Driver**
See :doc: `../eventdevs/octeontx.rst` for octeontx ssovf eventdev driver
See :doc:`../eventdevs/octeontx` for octeontx ssovf eventdev driver
information.
2. **Mempool Driver**
See :doc: `../mempool/octeontx.rst` for octeontx fpavf mempool driver
See :doc:`../mempool/octeontx` for octeontx fpavf mempool driver
information.
Steps To Setup Platform
@ -52,4 +52,4 @@ OCTEONTX compatible board:
SDK and related information can be obtained from: `Cavium support site <https://support.cavium.com/>`_.
- Follow the DPDK :doc: `../linux_gsg/index.rst` to setup the basic DPDK environment.
- Follow the DPDK :doc:`../linux_gsg/index` to setup the basic DPDK environment.