summaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/source/test-of-config-with-linc.rst2
-rw-r--r--doc/source/using_with_openstack.rst2
-rw-r--r--doc/source/writing_ryu_app.rst6
3 files changed, 5 insertions, 5 deletions
diff --git a/doc/source/test-of-config-with-linc.rst b/doc/source/test-of-config-with-linc.rst
index 2ff493e5..0f8c8fa4 100644
--- a/doc/source/test-of-config-with-linc.rst
+++ b/doc/source/test-of-config-with-linc.rst
@@ -19,7 +19,7 @@ The test procedure
* run LINC switch
* run Ryu test_of_config app
-For getting/installing Ryu itself, please refer to http://osrg.github.io/ryu/
+For getting/installing Ryu itself, please refer to https://ryu-sdn.org/
Install Erlang environment
diff --git a/doc/source/using_with_openstack.rst b/doc/source/using_with_openstack.rst
index 5e153486..13bd9a1e 100644
--- a/doc/source/using_with_openstack.rst
+++ b/doc/source/using_with_openstack.rst
@@ -14,7 +14,7 @@ Using Ryu Network Operating System with OpenStack as OpenFlow controller
Ryu cooperates with OpenStack using Quantum Ryu plugin. The plugin is
available in the official Quantum releases.
-For more information, please visit http://github.com/osrg/ryu/wiki/OpenStack .
+For more information, please visit https://github.com/faucetsdn/ryu/wiki/OpenStack .
We described instructions of the installation / configuration of OpenStack
with Ryu, and we provide pre-configured VM image to be able to easily try
OpenStack with Ryu.
diff --git a/doc/source/writing_ryu_app.rst b/doc/source/writing_ryu_app.rst
index 7f15ed9a..a4d1830a 100644
--- a/doc/source/writing_ryu_app.rst
+++ b/doc/source/writing_ryu_app.rst
@@ -118,9 +118,9 @@ run a Ryu application that does something useful.
Is a dumb L2 switch is too dumb? You want to implement a learning L2
switch? Move to `the next step
-<https://github.com/osrg/ryu/blob/master/ryu/app/simple_switch.py>`_. You
+<https://github.com/faucetsdn/ryu/blob/master/ryu/app/simple_switch.py>`_. You
can learn from the existing Ryu applications at `ryu/app
-<https://github.com/osrg/ryu/blob/master/ryu/app/>`_ directory and
+<https://github.com/faucetsdn/ryu/blob/master/ryu/app/>`_ directory and
`integrated tests
-<https://github.com/osrg/ryu/blob/master/ryu/tests/integrated/>`_
+<https://github.com/faucetsdn/ryu/blob/master/ryu/tests/integrated/>`_
directory.