Updated the pipeline example path in the Sample Application User Guide. Signed-off-by: Harshad Narayane <harshad.suresh.naray...@intel.com> Signed-off-by: Kamalakannan R <kamalakanna...@intel.com> Acked-by: Cristian Dumitrescu <cristian.dumitre...@intel.com> --- doc/guides/sample_app_ug/pipeline.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/guides/sample_app_ug/pipeline.rst b/doc/guides/sample_app_ug/pipeline.rst index 49d50136bc..7c86bf484a 100644 --- a/doc/guides/sample_app_ug/pipeline.rst +++ b/doc/guides/sample_app_ug/pipeline.rst @@ -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: -- 2.25.1