diff options
author | Brad Cowie <brad@wand.net.nz> | 2020-05-12 16:35:41 +1200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-12 16:35:41 +1200 |
commit | 73de59b27bdd4323abaeca5166da61d268bea1a2 (patch) | |
tree | f40d5519072e6e0c7eaf9183fabcf0fc8a1617f2 /doc/source/writing_ryu_app.rst | |
parent | 7dad6e1e4b9c606526773f6f79ff82bbed40c491 (diff) | |
parent | 5fd42fff66352137d085de83173b945c674a9033 (diff) |
Update URLs.
Diffstat (limited to 'doc/source/writing_ryu_app.rst')
-rw-r--r-- | doc/source/writing_ryu_app.rst | 6 |
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. |