From 5fbe7de6869599dbce70ec860cfd2e0f6009d75e Mon Sep 17 00:00:00 2001 From: "Lucas \"medk\" Pinto" Date: Fri, 6 Mar 2015 13:37:33 +0100 Subject: [PATCH] Change Rack::Request URL in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7be319..cab90f8 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ can cleanly monkey patch helper methods onto the Define whitelists, blacklists, throttles, and tracks as blocks that return truthy values if matched, falsy otherwise. In a Rails app these go in an initializer in `config/initializers/`. -A [Rack::Request](http://rack.rubyforge.org/doc/classes/Rack/Request.html) object is passed to the block (named 'req' in the examples). +A [Rack::Request](https://github.com/rack/rack/blob/master/lib/rack/request.rb) object is passed to the block (named 'req' in the examples). ### Whitelists