aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailbox
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2019-03-09 20:49:27 +0900
committerGitHub <noreply@github.com>2019-03-09 20:49:27 +0900
commitb7fa01bb2fb14ea96e3274b7a0a03d7ba23eb1bd (patch)
tree1138b2bf7ae9cd65f27c0fdf7a746fe3e053128f /actionmailbox
parent9c9f281da29e02d5c32b7b0445beab0de6106a5e (diff)
parent476abd403b38ed214b833fbc1dbc16740576c33d (diff)
downloadrails-b7fa01bb2fb14ea96e3274b7a0a03d7ba23eb1bd.tar.gz
rails-b7fa01bb2fb14ea96e3274b7a0a03d7ba23eb1bd.tar.bz2
rails-b7fa01bb2fb14ea96e3274b7a0a03d7ba23eb1bd.zip
Merge pull request #35529 from abhaynikam/35492-follow-up-to-updates-links-to-https
Updated links from http to https in guides, docs, etc
Diffstat (limited to 'actionmailbox')
-rw-r--r--actionmailbox/test/dummy/config/locales/en.yml2
-rw-r--r--actionmailbox/test/dummy/config/routes.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/actionmailbox/test/dummy/config/locales/en.yml b/actionmailbox/test/dummy/config/locales/en.yml
index decc5a8573..cf9b342d0a 100644
--- a/actionmailbox/test/dummy/config/locales/en.yml
+++ b/actionmailbox/test/dummy/config/locales/en.yml
@@ -27,7 +27,7 @@
# 'true': 'foo'
#
# To learn more, please read the Rails Internationalization guide
-# available at http://guides.rubyonrails.org/i18n.html.
+# available at https://guides.rubyonrails.org/i18n.html.
en:
hello: "Hello world"
diff --git a/actionmailbox/test/dummy/config/routes.rb b/actionmailbox/test/dummy/config/routes.rb
index 30b05169b3..1fc667e242 100644
--- a/actionmailbox/test/dummy/config/routes.rb
+++ b/actionmailbox/test/dummy/config/routes.rb
@@ -1,4 +1,4 @@
Rails.application.routes.draw do
resources :messages
- # For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
+ # For details on the DSL available within this file, see https://guides.rubyonrails.org/routing.html
end