lib/raindrops/middleware.rb in raindrops-0.19.0 vs lib/raindrops/middleware.rb in raindrops-0.19.1

- old
+ new

@@ -60,12 +60,12 @@ # * queued - total number of queued (pre-accept()) clients on that listener # # = Demo Server # # There is a server running this middleware (and Watcher) at -# https://raindrops-demo.bogomips.org/_raindrops +# https://yhbt.net/raindrops-demo/_raindrops # -# Also check out the Watcher demo at https://raindrops-demo.bogomips.org/ +# Also check out the Watcher demo at https://yhbt.net/raindrops-demo/ # # The demo server is only limited to 30 users, so be sure not to abuse it # by using the /tail/ endpoint too much. # class Raindrops::Middleware