about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2014-05-12 06:59:17 +0000
committerEric Wong <normalperson@yhbt.net>2014-05-12 06:59:17 +0000
commitba419772ac228e8775b1659eb93f968b9e887b29 (patch)
tree6c7966926d174aa4c714a5b20f9eeb6bfc6693a8 /lib
parentd4ba676aab09d3d4c51146661dcea11e5aa99f0c (diff)
downloadrainbows-ba419772ac228e8775b1659eb93f968b9e887b29.tar.gz
We're migrating to a new public-inbox[1] + mailing list
rainbows-public@bogomips.org

[1] http://public-inbox.org/
Diffstat (limited to 'lib')
-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