lib/nanoc/extra/auto_compiler.rb in nanoc-3.7.1 vs lib/nanoc/extra/auto_compiler.rb in nanoc-3.7.2

- old
+ new

@@ -23,10 +23,10 @@ require 'thread' @mutex = Mutex.new end # Calls the autocompiler. The behaviour of this method is defined by the - # [Rack specification](http://rack.rubyforge.org/doc/SPEC.html). + # [Rack specification](http://rubydoc.info/github/rack/rack/master/file/SPEC). # # @param [Hash] env The environment, as defined by the Rack specification # # @return [Array] An array containing the status, the headers, and the # body, as defined by the Rack specification