From fbc144d57e83dc8ef5d9e653d38f88ef4b74cb62 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 19 Aug 2011 23:13:10 +0000 Subject: event_machine: update rdoc for new Cramp homepage Cramp has a homepage and mailing list now, yay! --- lib/rainbows/event_machine.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/rainbows/event_machine.rb') 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 -- cgit v1.2.3-24-ge0c7