From 481cbea10c4eda12de7a5e081cd1aabc278a662c Mon Sep 17 00:00:00 2001 From: Bob Lantz <rlantz@cs.stanford.edu> Date: Fri, 7 Nov 2014 15:23:18 -0800 Subject: [PATCH] Update mininet docs ref to markdown format --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 61c70eea..425242e6 100644 --- a/README.md +++ b/README.md @@ -84,14 +84,14 @@ several new features, including: * An improved MiniEdit GUI (`examples/miniedit.py`) - thanks to Gregory Gee -* Experimental cluster support - consult the documentation[1] for details, +* Experimental cluster support - consult the [documentation][1] for details, as well as `examples/cluster.py` and an experimental `--cluster` option for topologies built with the default `Host` and `OVSSwitch` classes: `mn --cluster localhost,server1,server2` -[1] http://docs.mininet.org +[1]: http://docs.mininet.org Note that examples contain experimental features which might "graduate" into mainline Mininet in the future, but they should -- GitLab