aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/README.md
diff options
context:
space:
mode:
authorJon Moss <me@jonathanmoss.me>2016-05-06 11:07:27 -0400
committerJon Moss <me@jonathanmoss.me>2016-05-06 17:59:27 -0400
commit7d55c846f11a435a4c7aae58f99279a2b9dd8506 (patch)
tree1f3a1e723cb73e5f44a33359bcf93424b2c68ed8 /actioncable/README.md
parent809236bc4c608e50262de4f82df79b45da1df2d4 (diff)
downloadrails-7d55c846f11a435a4c7aae58f99279a2b9dd8506.tar.gz
rails-7d55c846f11a435a4c7aae58f99279a2b9dd8506.tar.bz2
rails-7d55c846f11a435a4c7aae58f99279a2b9dd8506.zip
http --> https
[ci skip]
Diffstat (limited to 'actioncable/README.md')
-rw-r--r--actioncable/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/actioncable/README.md b/actioncable/README.md
index 7a5ddaf2f1..1d9864292f 100644
--- a/actioncable/README.md
+++ b/actioncable/README.md
@@ -293,7 +293,7 @@ The rebroadcast will be received by all connected clients, _including_ the clien
### More complete examples
-See the [rails/actioncable-examples](http://github.com/rails/actioncable-examples) repository for a full example of how to setup Action Cable in a Rails app, and how to add channels.
+See the [rails/actioncable-examples](https://github.com/rails/actioncable-examples) repository for a full example of how to setup Action Cable in a Rails app, and how to add channels.
## Configuration