summary refs log tree commit
diff options
context:
space:
mode:
authorOscar Del Ben <oscar@oscardelben.com>2013-02-02 21:28:50 -0800
committerJames Tucker <jftucker@gmail.com>2013-02-07 18:31:53 -0800
commit86828fa0616d2940c58cebbf49bd9343b73fdf4c (patch)
tree72b5cab8465bb2aa931bab0018e61a5328e9122f
parentebd47ba3fa12a60212b6dab9ce8c4b6eefe56332 (diff)
downloadrack-86828fa0616d2940c58cebbf49bd9343b73fdf4c.tar.gz
Fix reference link
-rw-r--r--lib/rack/conditionalget.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rack/conditionalget.rb b/lib/rack/conditionalget.rb
index dc580eb1..014e22fc 100644
--- a/lib/rack/conditionalget.rb
+++ b/lib/rack/conditionalget.rb
@@ -13,7 +13,7 @@ module Rack
   # a conditional GET matches.
   #
   # Adapted from Michael Klishin's Merb implementation:
-  # http://github.com/wycats/merb-core/tree/master/lib/merb-core/rack/middleware/conditional_get.rb
+  # https://github.com/wycats/merb/blob/master/merb-core/lib/merb-core/rack/middleware/conditional_get.rb
   class ConditionalGet
     def initialize(app)
       @app = app