aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable
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 /actioncable
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 'actioncable')
-rw-r--r--actioncable/README.md2
-rw-r--r--actioncable/actioncable.gemspec2
2 files changed, 2 insertions, 2 deletions
diff --git a/actioncable/README.md b/actioncable/README.md
index 60c879e1f4..38eb251f42 100644
--- a/actioncable/README.md
+++ b/actioncable/README.md
@@ -13,7 +13,7 @@ You can read more about Action Cable in the [Action Cable Overview](https://edge
API documentation is at:
-* http://api.rubyonrails.org
+* https://api.rubyonrails.org
Bug reports for the Ruby on Rails project can be filed here:
diff --git a/actioncable/actioncable.gemspec b/actioncable/actioncable.gemspec
index 29836f012f..7aefb67c51 100644
--- a/actioncable/actioncable.gemspec
+++ b/actioncable/actioncable.gemspec
@@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.author = ["Pratik Naik", "David Heinemeier Hansson"]
s.email = ["pratiknaik@gmail.com", "david@loudthinking.com"]
- s.homepage = "http://rubyonrails.org"
+ s.homepage = "https://rubyonrails.org"
s.files = Dir["CHANGELOG.md", "MIT-LICENSE", "README.md", "lib/**/*", "app/assets/javascripts/action_cable.js"]
s.require_path = "lib"