summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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