Signed-off-by: OHMURA Kei <[email protected]>
---
README.rst | 6 +++---
setup.py | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.rst b/README.rst
index acd9443..6755b53 100644
--- a/README.rst
+++ b/README.rst
@@ -24,13 +24,13 @@ If you prefer to install Ryu from the source code::
% cd ryu; python ./setup.py install
If you want to use Ryu with `OpenStack <http://openstack.org/>`_,
-please refer `detailed documents
<http://osrg.github.com/ryu/doc/using_with_openstack.html>`_.
+please refer `detailed documents
<http://ryu.readthedocs.org/en/latest/using_with_openstack.html>`_.
You can create tens of thousands of isolated virtual networks without
using VLAN. The Ryu application is included in OpenStack mainline as
of Essex release.
If you want to write your Ryu application, have a look at
-`Writing ryu application
<http://osrg.github.com/ryu/doc/writing_ryu_app.html>`_ document.
+`Writing ryu application
<http://ryu.readthedocs.org/en/latest/writing_ryu_app.html>`_ document.
After writing your application, just type::
% ryu-manager yourapp.py
@@ -38,7 +38,7 @@ After writing your application, just type::
Support
=======
-Ryu Official site is `<http://osrg.github.com/ryu/>`_.
+Ryu Official site is `<http://osrg.github.io/ryu/>`_.
If you have any
questions, suggestions, and patches, the mailing list is available at
diff --git a/setup.py b/setup.py
index efbb550..55c2660 100644
--- a/setup.py
+++ b/setup.py
@@ -53,7 +53,7 @@ setup(name='ryu',
long_description=long_description,
classifiers=classifiers,
keywords='openflow openvswitch openstack',
- url='http://osrg.github.com/ryu/',
+ url='http://osrg.github.io/ryu/',
author='Ryu project team',
author_email='[email protected]',
install_requires=requires,
--
1.7.9.5
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:
Build for Windows Store.
http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel