From 4e62b4ebcc89e67e3d4e2a714ca56f59835e98fc Mon Sep 17 00:00:00 2001 From: FUJITA Tomonori Date: Sat, 16 Jun 2012 09:11:18 +0900 Subject: [PATCH] update the official site url Signed-off-by: FUJITA Tomonori --- README.rst | 2 +- setup.py | 2 +- 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 `_ is also available. -Ryu Official site is ``_. +Ryu Official site is ``_. 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',