summaryrefslogtreecommitdiffhomepage
path: root/doc/source/writing_ryu_app.rst
diff options
context:
space:
mode:
authorBrad Cowie <brad@wand.net.nz>2020-05-12 16:35:41 +1200
committerGitHub <noreply@github.com>2020-05-12 16:35:41 +1200
commit73de59b27bdd4323abaeca5166da61d268bea1a2 (patch)
treef40d5519072e6e0c7eaf9183fabcf0fc8a1617f2 /doc/source/writing_ryu_app.rst
parent7dad6e1e4b9c606526773f6f79ff82bbed40c491 (diff)
parent5fd42fff66352137d085de83173b945c674a9033 (diff)
Merge pull request #88 from gizmoguy/update-urlsHEADmaster
Update URLs.
Diffstat (limited to 'doc/source/writing_ryu_app.rst')
-rw-r--r--doc/source/writing_ryu_app.rst6
1 files changed, 3 insertions, 3 deletions
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.