aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--DEPENDENCIES4
-rw-r--r--README7
-rw-r--r--doc/application-api-guide/odp.dox4
-rw-r--r--doc/helper-guide/odp.dox4
-rw-r--r--platform/linux-generic/Makefile.am2
5 files changed, 12 insertions, 9 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES
index 0805a1831..6f374ca92 100644
--- a/DEPENDENCIES
+++ b/DEPENDENCIES
@@ -63,7 +63,7 @@ Prerequisites for building the OpenDataPlane (ODP) API
$ make install
# You may now build either 32 or 64 bit ODP
- $ git clone git://git.linaro.org/lng/odp.git odp
+ $ git clone https://github.com/Linaro/odp.git odp
$ cd odp
$ ./bootstrap
@@ -167,7 +167,7 @@ Prerequisites for building the OpenDataPlane (ODP) API
$ sudo yum install numactl-devel
Note: only packet I/O is accelerated with DPDK. Use
- https://git.linaro.org/lng/odp-dpdk.git
+ https://github.com/Linaro/odp-dpdk.git
for fully accelerated odp dpdk platform.
3.4.1 Building DPDK and ODP with DPDK pktio support
diff --git a/README b/README
index 4350b953c..beaef3935 100644
--- a/README
+++ b/README
@@ -7,7 +7,7 @@ OpenDataPlane (ODP) project source code.
http://www.opendataplane.org/
Main git repository:
- git://git.linaro.org/lng/odp.git
+ https://github.com/Linaro/odp.git
How to build:
Look in platform/linux-*/README for more detail how to build.
@@ -35,7 +35,10 @@ Main git repository:
make
Patches tracking system:
- http://patches.opendataplane.org/project/lng-odp/list/
+ Patchwork:
+ http://patches.opendataplane.org/project/lng-odp/list/
+ Github pull requests:
+ https://github.com/Linaro/odp/pulls
Mailing list:
lng-odp@lists.linaro.org
diff --git a/doc/application-api-guide/odp.dox b/doc/application-api-guide/odp.dox
index 579217945..72fcfb373 100644
--- a/doc/application-api-guide/odp.dox
+++ b/doc/application-api-guide/odp.dox
@@ -37,8 +37,8 @@
*
* @section contact Contact Details
* - The main web site is http://www.opendataplane.org/
- * - The git repo is https://git.linaro.org/lng/odp.git
- * - Bug tracking is https://bugs.linaro.org/buglist.cgi?product=OpenDataPlane
+ * - The git repo is https://github.com/Linaro/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 0a86d4786..79f4121bd 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://git.linaro.org/lng/odp.git
- * - Bug tracking is https://bugs.linaro.org/buglist.cgi?product=OpenDataPlane
+ * - The git repo is https://github.com/Linaro/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 fd5f72c12..7e40448bd 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://git.linaro.org/lng/odp.git
+#export CUSTOM_STR=https://github.com/Linaro/odp.git
include $(top_srcdir)/platform/Makefile.inc