summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2012-06-16 09:11:18 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2012-06-16 09:11:18 +0900
commit4e62b4ebcc89e67e3d4e2a714ca56f59835e98fc (patch)
tree6c0b0fcf3db5a4c64c37b5344af9a5b4daf9c9c7
parent3b3bcaa7591e3f11f328d82bee3800f407f14e3d (diff)
update the official site url
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
-rw-r--r--README.rst2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 160cc5ca..093c3623 100644
--- a/README.rst
+++ b/README.rst
@@ -10,7 +10,7 @@ questions, suggestions, and patches, the mailing list is available at
`The ML archive at Gmane <http://dir.gmane.org/gmane.network.ryu.devel>`_
is also available.
-Ryu Official site is `<http://www.osrg.net/ryu/>`_.
+Ryu Official site is `<http://osrg.github.com/ryu/>`_.
Overview
diff --git a/setup.py b/setup.py
index 5d5c09a3..e9a1088a 100644
--- a/setup.py
+++ b/setup.py
@@ -35,7 +35,7 @@ setup(name='ryu',
long_description=long_description,
classifiers=classifiers,
keywords='openflow openvswitch openstack',
- url='http://www.osrg.net/ryu/',
+ url='http://osrg.github.com/ryu/',
author='Ryu project team',
author_email='ryu-devel@lists.sourceforge.net',
license='Apache License 2.0',