summaryrefslogtreecommitdiffhomepage
path: root/README.rst
diff options
context:
space:
mode:
authorIWAMOTO Toshihiro <iwamoto@valinux.co.jp>2016-06-28 14:24:36 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2016-07-01 12:14:51 +0900
commit0dc79ddd7e77dd70e41e06a692baf4d071954978 (patch)
treed1152468f747568097dd2c1ef146d4a5e5f8ca6a /README.rst
parent8b038a492e6670a739664f8f04a45123279a33c0 (diff)
Update the readthedoc URL
The hosting site has changed to use readthedocs.io instead of readthedocs.org. Signed-off-by: IWAMOTO Toshihiro <iwamoto@valinux.co.jp> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 0811218d..77df3b33 100644
--- a/README.rst
+++ b/README.rst
@@ -24,7 +24,7 @@ If you prefer to install Ryu from the source code::
% cd ryu; python ./setup.py install
If you want to write your Ryu application, have a look at
-`Writing ryu application <http://ryu.readthedocs.org/en/latest/writing_ryu_app.html>`_ document.
+`Writing ryu application <http://ryu.readthedocs.io/en/latest/writing_ryu_app.html>`_ document.
After writing your application, just type::
% ryu-manager yourapp.py