From: Shreyansh Jain Date: Tue, 26 Jul 2016 13:31:41 +0000 (+0530) Subject: doc: fix path to testpmd app X-Git-Tag: spdx-start~6058 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=28de2f81cdb5ecd2ed09ad15586622cfdddbf888;p=dpdk.git doc: fix path to testpmd app Signed-off-by: Shreyansh Jain Acked-by: John McNamara --- diff --git a/doc/guides/testpmd_app_ug/build_app.rst b/doc/guides/testpmd_app_ug/build_app.rst index 7f32a7cafd..4c7cf2e424 100644 --- a/doc/guides/testpmd_app_ug/build_app.rst +++ b/doc/guides/testpmd_app_ug/build_app.rst @@ -58,4 +58,4 @@ The basic compilation steps are: .. code-block:: console - $RTE_SDK/$RTE_TARGET/build/app/testpmd + $RTE_SDK/$RTE_TARGET/app/testpmd