about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-08-19 23:13:10 +0000
committerEric Wong <normalperson@yhbt.net>2011-08-19 23:13:10 +0000
commitfbc144d57e83dc8ef5d9e653d38f88ef4b74cb62 (patch)
tree9b6041797f83022c87462159df66f9a1a536a266
parent3b987ec182cbe919646ea1cb9cd903a31bd85d45 (diff)
downloadrainbows-fbc144d57e83dc8ef5d9e653d38f88ef4b74cb62.tar.gz
Cramp has a homepage and mailing list now, yay!
-rw-r--r--lib/rainbows/event_machine.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rainbows/event_machine.rb b/lib/rainbows/event_machine.rb
index a86cab8..3ecdb4f 100644
--- a/lib/rainbows/event_machine.rb
+++ b/lib/rainbows/event_machine.rb
@@ -8,7 +8,7 @@ EM::VERSION >= '0.12.10' or abort 'eventmachine 0.12.10 is required'
 # a single-threaded app dispatch.  It is suited for slow clients,
 # and can work with slow applications via asynchronous libraries such as
 # {async_sinatra}[http://github.com/raggi/async_sinatra],
-# {Cramp}[http://m.onkey.org/2010/1/7/introducing-cramp],
+# {Cramp}[http://cramp.in/],
 # and {rack-fiber_pool}[http://github.com/mperham/rack-fiber_pool].
 #
 # It does not require your Rack application to be thread-safe,
@@ -23,7 +23,7 @@ EM::VERSION >= '0.12.10' or abort 'eventmachine 0.12.10 is required'
 # {async_sinatra}[http://github.com/raggi/async_sinatra].
 #
 # For a complete asynchronous framework,
-# {Cramp}[http://m.onkey.org/2010/1/7/introducing-cramp] is fully
+# {Cramp}[http://cramp.in/] is fully
 # supported when using this concurrency model.
 #
 # This model is fully-compatible with