lib/hanami/routes.rb in hanami-1.3.1 vs lib/hanami/routes.rb in hanami-1.3.2
- old
+ new
@@ -145,10 +145,10 @@
#
# @return [Hanami::Routing::RecognizedRoute] the recognized route
#
# @since 0.8.0
#
- # @see http://hanamirb.org/guides/routing/testing
+ # @see https://guides.hanamirb.org/routing/testing
#
# @example Path Generation
# # spec/web/routes_spec.rb
# RSpec.describe Web::Routes do
# it 'generates "/"' do