diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2012-09-03 15:00:10 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2012-09-03 21:47:21 +0900 |
commit | 74b59f2fdb62b473b3e8da8981bd3b1e307691fa (patch) | |
tree | b1141a5f56dc850360ad869e21ce5fd45588ce15 | |
parent | 78c482250631ebd5906926393829bcb4a100bf85 (diff) |
doc: update README.rst about migration from osrg.net
Migration from osrg.net finished. Update the links in README.rst.
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
-rw-r--r-- | README.rst | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -28,13 +28,13 @@ If you prefer to install Ryu from the source code:: % cd ryu; python ./setup.py install If you want to use Ryu with `OpenStack <http://openstack.org/>`_, -please refer `detailed documents <http://www.osrg.net/ryu/overview.html>`_. +please refer `detailed documents <http://osrg.github.com/ryu/doc/using_with_openstack.html>`_. You can create tens of thousands of isolated virtual networks without using VLAN. The Ryu application is included in OpenStack mainline as of Essex release. -If you want to run your Ryu application, have a look at -`a simple example <https://github.com/osrg/ryu/blob/master/ryu/app/simple_switch.py>`_. +If you want to write your Ryu application, have a look at +`Writing ryu application <http://osrg.github.com/ryu/doc/writing_ryu_app.html>`_ document. After writing your application, just type:: % ryu-manager yourapp.py |