lib/hanami/cli/commands/generate/app/routes.erb in hanami-1.3.1 vs lib/hanami/cli/commands/generate/app/routes.erb in hanami-1.3.2
- old
+ new
@@ -1,5 +1,5 @@
# Configure your routes here
-# See: http://hanamirb.org/guides/routing/overview/
+# See: https://guides.hanamirb.org/routing/overview
#
# Example:
# get '/hello', to: ->(env) { [200, {}, ['Hello from Hanami!']] }