From 7b9c19d94b18f340552f95225bf01d6f91804184 Mon Sep 17 00:00:00 2001 From: Paul McMahon Date: Tue, 24 Jul 2018 11:29:31 +0900 Subject: Rails guides are now served over https http links will be redirected to the https version, but still better to just directly link to the https version. --- actionpack/lib/action_dispatch/routing/inspector.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'actionpack/lib/action_dispatch/routing/inspector.rb') diff --git a/actionpack/lib/action_dispatch/routing/inspector.rb b/actionpack/lib/action_dispatch/routing/inspector.rb index bae50f6a43..cba49d1a0b 100644 --- a/actionpack/lib/action_dispatch/routing/inspector.rb +++ b/actionpack/lib/action_dispatch/routing/inspector.rb @@ -159,7 +159,7 @@ module ActionDispatch "No routes were found for this grep pattern." end - @buffer << "For more information about routes, see the Rails guide: http://guides.rubyonrails.org/routing.html." + @buffer << "For more information about routes, see the Rails guide: https://guides.rubyonrails.org/routing.html." end end @@ -258,7 +258,7 @@ module ActionDispatch
  • Please add some routes in config/routes.rb.
  • For more information about routes, please see the Rails guide - Rails Routing from the Outside In. + Rails Routing from the Outside In.
  • MESSAGE -- cgit v1.2.3