[spp] [PATCH v2 2/3] docs: correct incorrect SPP git URL

x-fn-spp at sl.ntt-tx.co.jp x-fn-spp at sl.ntt-tx.co.jp
Wed Jun 13 10:48:50 CEST 2018


From: Hiroyuki Nakamura <nakamura.hiroyuki at po.ntt-tx.co.jp>

This commit correct incorrect SPP git URL.

Signed-off-by: Hiroyuki Nakamura <nakamura.hiroyuki at po.ntt-tx.co.jp>
Signed-off-by: Naoki Takada <takada.naoki at lab.ntt.co.jp>
---
 docs/guides/spp_vf/gsg/build.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/guides/spp_vf/gsg/build.rst b/docs/guides/spp_vf/gsg/build.rst
index 465484f..ae4085e 100644
--- a/docs/guides/spp_vf/gsg/build.rst
+++ b/docs/guides/spp_vf/gsg/build.rst
@@ -136,9 +136,9 @@ Clone SPP in any directory and compile it.
 .. code-block:: console
 
     $ cd /path/to/spp_home/
-    $ git clone https://github.com/ntt-ns/Soft-Patch-Panel.git
-    export SPP_HOME=/path/to/spp_home/Soft-Patch-Panel
-    $ cd $SPP_HOME
+    $ git clone http://dpdk.org/git/apps/spp
+    $ export SPP_HOME=/path/to/spp_home
+    $ cd $SPP_HOME/spp
     $ make
 
 Setup for DPDK
-- 
2.7.4



More information about the spp mailing list