about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-03-18 09:12:28 +0000
committerEric Wong <normalperson@yhbt.net>2011-03-18 09:12:28 +0000
commit681e8295fe87e32676873319fb445709d16212d8 (patch)
tree2f9016363291b16a1db2836b18a88f1881a7a481 /lib
parentb8d44ff60c5cd6db6b971e2206cf18b5420a95cb (diff)
downloadraindrops-681e8295fe87e32676873319fb445709d16212d8.tar.gz
No need to waste bandwidth of example.com when
we have a meaningful demo site :)
Diffstat (limited to 'lib')
-rw-r--r--lib/raindrops/watcher.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/raindrops/watcher.rb b/lib/raindrops/watcher.rb
index 3c724b9..dcb1b7d 100644
--- a/lib/raindrops/watcher.rb
+++ b/lib/raindrops/watcher.rb
@@ -35,28 +35,28 @@ require "aggregate"
 # Returns a plain text summary + histogram with X-* HTTP headers for
 # active connections.
 #
-# e.g.: curl http://example.com/active/0.0.0.0%3A80.txt
+# e.g.: curl http://raindrops-demo.bogomips.org/active/0.0.0.0%3A80.txt
 #
 # === GET /active/$LISTENER.html
 #
 # Returns an HTML summary + histogram with X-* HTTP headers for
 # active connections.
 #
-# e.g.: curl http://example.com/active/0.0.0.0%3A80.html
+# e.g.: curl http://raindrops-demo.bogomips.org/active/0.0.0.0%3A80.html
 #
 # === GET /queued/$LISTENER.txt
 #
 # Returns a plain text summary + histogram with X-* HTTP headers for
 # queued connections.
 #
-# e.g.: curl http://example.com/queued/0.0.0.0%3A80.txt
+# e.g.: curl http://raindrops-demo.bogomips.org/queued/0.0.0.0%3A80.txt
 #
 # === GET /queued/$LISTENER.html
 #
 # Returns an HTML summary + histogram with X-* HTTP headers for
 # queued connections.
 #
-# e.g.: curl http://example.com/queued/0.0.0.0%3A80.html
+# e.g.: curl http://raindrops-demo.bogomips.org/queued/0.0.0.0%3A80.html
 #
 # === GET /tail/$LISTENER.txt?active_min=1&queued_min=1
 #
@@ -90,7 +90,7 @@ require "aggregate"
 #
 # There is a server running this app at http://raindrops-demo.bogomips.org/
 # The Raindrops::Middleware demo is also accessible at
-#   http://raindrops-demo.bogomips.org/_raindrops
+# http://raindrops-demo.bogomips.org/_raindrops
 #
 # The demo server is only limited to 30 users, so be sure not to abuse it
 # by using the /tail/ endpoint too much.