doc: remove web references to internal guides
The guides should be referenced locally with RST syntax :doc: (beginning of page) or :ref: (specific chapter). The links to doc.dpdk.org/guides/ are removed. The links to the doc.dpdk.org/api/ are acceptable, but should not point to a specific version, so one is fixed. Signed-off-by: Thomas Monjalon <thomas@monjalon.net> Acked-by: Ajit Khaparde <ajit.khaparde@broadcom.com> Acked-by: David Marchand <david.marchand@redhat.com>
This commit is contained in:
parent
2f3758751b
commit
684ba6265d
@ -77,7 +77,7 @@ It can direct some traffic, for example data plane traffic, to DPDK.
|
||||
Rest of the traffic, for example control plane traffic, would be redirected to
|
||||
the traditional Linux networking stack.
|
||||
|
||||
Refer to https://doc.dpdk.org/guides/howto/flow_bifurcation.html
|
||||
Refer to :doc:`../howto/flow_bifurcation`
|
||||
|
||||
Benefits of the flow bifurcation include:
|
||||
|
||||
|
@ -78,7 +78,8 @@ Linux Prerequisites
|
||||
Windows Prerequisites
|
||||
---------------------
|
||||
|
||||
- Follow the DPDK `Getting Started Guide for Windows <https://doc.dpdk.org/guides/windows_gsg/index.html>`_ to setup the basic DPDK environment.
|
||||
- Follow the :doc:`guide for Windows <../windows_gsg/run_apps>`
|
||||
to setup the basic DPDK environment.
|
||||
|
||||
- Identify the Intel® Ethernet adapter and get the latest NVM/FW version.
|
||||
|
||||
|
@ -28,7 +28,8 @@ Linux Prerequisites
|
||||
Windows Prerequisites
|
||||
---------------------
|
||||
|
||||
- Follow the DPDK `Getting Started Guide for Windows <https://doc.dpdk.org/guides/windows_gsg/index.html>`_ to setup the basic DPDK environment.
|
||||
- Follow the :doc:`guide for Windows <../windows_gsg/run_apps>`
|
||||
to setup the basic DPDK environment.
|
||||
|
||||
- Identify the Intel® Ethernet adapter and get the latest NVM/FW version.
|
||||
|
||||
|
@ -140,7 +140,7 @@ Giving the following response to the client::
|
||||
{"/example_lib/string_example": "This is an example string"}
|
||||
|
||||
For more information on the range of data functions available in the API,
|
||||
please refer to the `API doc <https://doc.dpdk.org/api-20.05/rte__telemetry_8h.html>`_
|
||||
please refer to the `API doc <https://doc.dpdk.org/api/rte__telemetry_8h.html>`_
|
||||
|
||||
|
||||
Registering Commands
|
||||
|
Loading…
Reference in New Issue
Block a user