aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/action_cable_overview.md
diff options
context:
space:
mode:
authorGreg Molnar <molnargerg@gmail.com>2018-10-08 17:07:03 +0200
committerGreg Molnar <molnargerg@gmail.com>2018-10-08 17:07:03 +0200
commitd1a32f314cb1c63bdd1aadde50dea6f76df5d545 (patch)
treef73aeffed5e942e2bd40a23ca89ab2b81d23bbff /guides/source/action_cable_overview.md
parentd4127a014c110faa9c4611244f01f4320616a49b (diff)
downloadrails-d1a32f314cb1c63bdd1aadde50dea6f76df5d545.tar.gz
rails-d1a32f314cb1c63bdd1aadde50dea6f76df5d545.tar.bz2
rails-d1a32f314cb1c63bdd1aadde50dea6f76df5d545.zip
fix broken link in Action Cable guides and readme [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 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