We changed the official site. The following patch was applied. - >From 7f26bf57b169b3b2d5e659f4bded039a0ece317c Mon Sep 17 00:00:00 2001 From: FUJITA Tomonori <[email protected]> Date: Sat, 16 Jun 2012 09:09:55 +0900 Subject: [PATCH] update the official site url
Signed-off-by: FUJITA Tomonori <[email protected]> --- README.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 160cc5c..093c362 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 5d5c09a..e9a1088 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='[email protected]', license='Apache License 2.0', -- 1.7.4.4 ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
