diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2018-10-09 00:50:51 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-09 00:50:51 +0900 |
commit | 3882a4d0d475f1347a7dc3774e9285c80b1c8fe2 (patch) | |
tree | f57f83329b5ae1c18e815a360b8f976fa05d639a /guides/source | |
parent | b4e827d80a65483c6884cc61dc43bdddc13ab926 (diff) | |
parent | d1a32f314cb1c63bdd1aadde50dea6f76df5d545 (diff) | |
download | rails-3882a4d0d475f1347a7dc3774e9285c80b1c8fe2.tar.gz rails-3882a4d0d475f1347a7dc3774e9285c80b1c8fe2.tar.bz2 rails-3882a4d0d475f1347a7dc3774e9285c80b1c8fe2.zip |
Merge pull request #34126 from gregmolnar/guide-link-fix
fix broken link in Action Cable guides and readme [ci skip]
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/action_cable_overview.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/action_cable_overview.md b/guides/source/action_cable_overview.md index 14c859994c..e6c0ae31a8 100644 --- a/guides/source/action_cable_overview.md +++ b/guides/source/action_cable_overview.md @@ -665,7 +665,7 @@ The above will start a cable server on port 28080. The WebSocket server doesn't have access to the session, but it has access to the cookies. This can be used when you need to handle -authentication. You can see one way of doing that with Devise in this [article](http://www.rubytutorial.io/actioncable-devise-authentication). +authentication. You can see one way of doing that with Devise in this [article](https://greg.molnar.io/blog/actioncable-devise-authentication/). ## Dependencies |