aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing/route_set.rb
diff options
context:
space:
mode:
authorEileen M. Uchitelle <eileencodes@users.noreply.github.com>2018-07-24 08:20:04 -0400
committerGitHub <noreply@github.com>2018-07-24 08:20:04 -0400
commit48c287d1963fba09cf620527d35519f67d5ca01a (patch)
tree9a5d11f6f226616363b6ab505b2692576a68a92a /actionpack/lib/action_dispatch/routing/route_set.rb
parentbd139a59405044c27bf367cde671e4bdbf7ccb57 (diff)
parent7b9c19d94b18f340552f95225bf01d6f91804184 (diff)
downloadrails-48c287d1963fba09cf620527d35519f67d5ca01a.tar.gz
rails-48c287d1963fba09cf620527d35519f67d5ca01a.tar.bz2
rails-48c287d1963fba09cf620527d35519f67d5ca01a.zip
Merge pull request #33426 from pwim/https-guide-links
Rails guides are now served over https
Diffstat (limited to 'actionpack/lib/action_dispatch/routing/route_set.rb')
-rw-r--r--actionpack/lib/action_dispatch/routing/route_set.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/routing/route_set.rb b/actionpack/lib/action_dispatch/routing/route_set.rb
index 1134279a7f..07d3a41173 100644
--- a/actionpack/lib/action_dispatch/routing/route_set.rb
+++ b/actionpack/lib/action_dispatch/routing/route_set.rb
@@ -584,7 +584,7 @@ module ActionDispatch
"You may have defined two routes with the same name using the `:as` option, or " \
"you may be overriding a route already defined by a resource with the same naming. " \
"For the latter, you can restrict the routes created with `resources` as explained here: \n" \
- "http://guides.rubyonrails.org/routing.html#restricting-the-routes-created"
+ "https://guides.rubyonrails.org/routing.html#restricting-the-routes-created"
end
route = @set.add_route(name, mapping)