From efe3877e3c657922724d7e192b0d74a018302d69 Mon Sep 17 00:00:00 2001 From: Vitaliy Ivanov Date: Mon, 15 Jul 2013 13:08:03 +0300 Subject: [PATCH] Fixed mininet.org url in README.md. s/http:\/\/openflow.org\/mininet/http:\/\/mininet.org/g --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf0e8b8..724d5fa 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ See `INSTALL` for installation instructions and details. In addition to the API documentation (`make doc`), much useful information, including a Mininet walkthrough and an introduction to the Python API, is available on the -[Mininet Web Site](http://openflow.org/mininet). +[Mininet Web Site](http://mininet.org). There is also a wiki which you are encouraged to read and to contribute to, particularly the Frequently Asked Questions (FAQ.)