From 74b59f2fdb62b473b3e8da8981bd3b1e307691fa Mon Sep 17 00:00:00 2001 From: FUJITA Tomonori Date: Mon, 3 Sep 2012 15:00:10 +0900 Subject: [PATCH] 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 --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index a8cb012c..80c70347 100644 --- a/README.rst +++ b/README.rst @@ -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 `_, -please refer `detailed documents `_. +please refer `detailed documents `_. 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 `_. +If you want to write your Ryu application, have a look at +`Writing ryu application `_ document. After writing your application, just type:: % ryu-manager yourapp.py