aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/action_cable_overview.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 /guides/source/action_cable_overview.md
parent809236bc4c608e50262de4f82df79b45da1df2d4 (diff)
downloadrails-7d55c846f11a435a4c7aae58f99279a2b9dd8506.tar.gz
rails-7d55c846f11a435a4c7aae58f99279a2b9dd8506.tar.bz2
rails-7d55c846f11a435a4c7aae58f99279a2b9dd8506.zip
http --> https
[ci skip]
Diffstat (limited to 'guides/source/action_cable_overview.md')
-rw-r--r--guides/source/action_cable_overview.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/action_cable_overview.md b/guides/source/action_cable_overview.md
index a4d9647057..aa15c5a06f 100644
--- a/guides/source/action_cable_overview.md
+++ b/guides/source/action_cable_overview.md
@@ -470,7 +470,7 @@ the data argument arriving to `#received`.
### More complete examples
-See the [rails/actioncable-examples](http://github.com/rails/actioncable-examples)
+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 adding channels.
## Configuration