diff options
author | Jon Moss <maclover7@users.noreply.github.com> | 2016-05-07 12:25:02 -0400 |
---|---|---|
committer | Jon Moss <maclover7@users.noreply.github.com> | 2016-05-07 12:25:02 -0400 |
commit | 90ecb2a4c3e5bfd2410af925b1f8ecadb619f061 (patch) | |
tree | 5efca0cc3f34485368968274ca22418e83b81111 /actioncable | |
parent | db6a11b1a0a2139c1639312082841a442d220ef2 (diff) | |
parent | 7d55c846f11a435a4c7aae58f99279a2b9dd8506 (diff) | |
download | rails-90ecb2a4c3e5bfd2410af925b1f8ecadb619f061.tar.gz rails-90ecb2a4c3e5bfd2410af925b1f8ecadb619f061.tar.bz2 rails-90ecb2a4c3e5bfd2410af925b1f8ecadb619f061.zip |
Merge pull request #24886 from rails/maclover7-patch-1
http --> https
Diffstat (limited to 'actioncable')
-rw-r--r-- | actioncable/README.md | 2 |
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 |