aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
-rw-r--r--DEPENDENCIES4
-rw-r--r--doc/application-api-guide/odp.dox2
-rw-r--r--doc/helper-guide/odp.dox2
-rw-r--r--platform/linux-generic/Makefile.am2
5 files changed, 6 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index bbcec4fde..e4b9768e3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,7 @@
#
# Travis uses Docker images which mainained here:
-# https://github.com/Linaro/odp-docker-images
+# https://github.com/OpenDataPlane/odp-docker-images
# CI scirpts are maintained under ./scripts/ci/ directory
# which passed into container during the test run.
diff --git a/DEPENDENCIES b/DEPENDENCIES
index d5214663f..f16617bc3 100644
--- a/DEPENDENCIES
+++ b/DEPENDENCIES
@@ -75,7 +75,7 @@ Prerequisites for building the OpenDataPlane (ODP) API
$ make install
# You may now build either 32 or 64 bit ODP
- $ git clone https://github.com/Linaro/odp.git odp
+ $ git clone https://github.com/OpenDataPlane/odp.git odp
$ cd odp
$ ./bootstrap
@@ -174,7 +174,7 @@ Prerequisites for building the OpenDataPlane (ODP) API
v18.02, v18.05 and v18.11.
Note: only packet I/O is accelerated with DPDK. Use
- https://github.com/Linaro/odp-dpdk.git
+ https://github.com/OpenDataPlane/odp-dpdk.git
for fully accelerated odp dpdk platform.
3.4.1 DPDK pktio requirements
diff --git a/doc/application-api-guide/odp.dox b/doc/application-api-guide/odp.dox
index a6adf6234..33357bc9b 100644
--- a/doc/application-api-guide/odp.dox
+++ b/doc/application-api-guide/odp.dox
@@ -37,7 +37,7 @@
*
* @section contact Contact Details
* - The main web site is http://www.opendataplane.org/
- * - The git repo is https://github.com/Linaro/odp.git
+ * - The git repo is https://github.com/OpenDataPlane/odp.git
* - Bug tracking is https://bugs.linaro.org/describecomponents.cgi?product=OpenDataPlane%20-%20linux-%20generic%20reference
*
*/
diff --git a/doc/helper-guide/odp.dox b/doc/helper-guide/odp.dox
index 82db060bf..0a0f93754 100644
--- a/doc/helper-guide/odp.dox
+++ b/doc/helper-guide/odp.dox
@@ -20,7 +20,7 @@
*
* @section contact Contact Details
* - The main web site is http://www.opendataplane.org/
- * - The git repo is https://github.com/Linaro/odp.git
+ * - The git repo is https://github.com/OpenDataPlane/odp.git
* - Bug tracking is https://bugs.linaro.org/describecomponents.cgi?product=OpenDataPlane%20-%20linux-%20generic%20reference
*
*/
diff --git a/platform/linux-generic/Makefile.am b/platform/linux-generic/Makefile.am
index d65f6592e..08b6a671f 100644
--- a/platform/linux-generic/Makefile.am
+++ b/platform/linux-generic/Makefile.am
@@ -1,5 +1,5 @@
# Uncomment this if you need to change the CUSTOM_STR string
-#export CUSTOM_STR=https://github.com/Linaro/odp.git
+#export CUSTOM_STR=https://github.com/OpenDataPlane/odp.git
include $(top_srcdir)/platform/Makefile.inc