From 78bc155ac9ed37553e44ea865859d0ba02bfe008 Mon Sep 17 00:00:00 2001 From: Andrew Baber Date: Fri, 19 Nov 2021 12:30:18 -0500 Subject: [PATCH] docs: update link to rack spec in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2658d2..6ed8d57 100644 --- a/README.md +++ b/README.md @@ -312,7 +312,7 @@ Note that `Rack::Attack.cache` is only used for throttling, allow2ban and fail2b ## Customizing responses -Customize the response of blocklisted and throttled requests using an object that adheres to the [Rack app interface](http://www.rubydoc.info/github/rack/rack/file/SPEC). +Customize the response of blocklisted and throttled requests using an object that adheres to the [Rack app interface](http://www.rubydoc.info/github/rack/rack/file/SPEC.rdoc). ```ruby Rack::Attack.blocklisted_callback = lambda do |request|