about summary refs log tree commit homepage
path: root/lib/rainbows/rev.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rainbows/rev.rb')
-rw-r--r--lib/rainbows/rev.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rainbows/rev.rb b/lib/rainbows/rev.rb
index b0a8940..8a3a974 100644
--- a/lib/rainbows/rev.rb
+++ b/lib/rainbows/rev.rb
@@ -2,8 +2,8 @@
 Rainbows.const_set(:Rev, Rainbows::Coolio)
 # Coolio is the new version of this, use that instead.
 #
-# Implements a basic single-threaded event model with
-# {Rev}[http://rev.rubyforge.org/].  It is capable of handling
+# Implements a basic single-threaded event model with Rev.
+# It is capable of handling
 # thousands of simultaneous client connections, but with only a
 # single-threaded app dispatch.  It is suited for slow clients and
 # fast applications (applications that do not have slow network