diff options
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. |