Skip to content

Commit

Permalink
doc: fix pipeline example path in user guide
Browse files Browse the repository at this point in the history
Updated the pipeline example path in the Sample Application User Guide.

Fixes: 29485dd ("doc: add pipeline example user guide")
Cc: stable@dpdk.org

Signed-off-by: Harshad Narayane <harshad.suresh.narayane@intel.com>
Signed-off-by: Kamalakannan R <kamalakannan.r@intel.com>
Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
  • Loading branch information
harshadnarayane01 authored and tmonjalo committed Mar 28, 2023
1 parent 380c630 commit 0ab3757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/guides/sample_app_ug/pipeline.rst
Expand Up @@ -58,7 +58,7 @@ The following is an example command to run the application configured for the VX

.. code-block:: console
$ ./<build_dir>/examples/dpdk-pipeline -c 0x3 -- -s examples/vxlan.cli
$ ./<build_dir>/examples/dpdk-pipeline -c 0x3 -- -s examples/pipeline/examples/vxlan.cli
The application should start successfully and display as follows:

Expand Down

0 comments on commit 0ab3757

Please sign in to comment.