lib/hanami/generators/app/application.rb.tt in hanami-0.9.1 vs lib/hanami/generators/app/application.rb.tt in hanami-0.9.2

- old
+ new

@@ -271,11 +271,11 @@ configure :development do # Don't handle exceptions, render the stack trace handle_exceptions false # Logger - # See: http://hanamirb.org/guides/applications/logging + # See: http://hanamirb.org/guides/projects/logging # # Logger stream. It defaults to STDOUT. # logger.stream "log/development.log" # # Logger level. It defaults to DEBUG @@ -291,11 +291,11 @@ configure :test do # Don't handle exceptions, render the stack trace handle_exceptions false # Logger - # See: http://hanamirb.org/guides/applications/logging + # See: http://hanamirb.org/guides/projects/logging # # Logger level. It defaults to ERROR logger.level :error end @@ -306,11 +306,11 @@ # scheme 'https' # host 'example.org' # port 443 # Logger - # See: http://hanamirb.org/guides/applications/logging + # See: http://hanamirb.org/guides/projects/logging # # Logger stream. It defaults to STDOUT. # logger.stream "log/production.log" # # Logger level. It defaults to INFO @@ -338,10 +338,10 @@ # host 'cdn.example.org' # port 443 # Subresource Integrity # - # See: http://hanamirb.org/guides/assets/subresource-integrity + # See: http://hanamirb.org/guides/assets/content-delivery-network/#subresource-integrity subresource_integrity :sha256 end end end end