Skip to content

Commit 51b4370

Browse files
Merge pull request rails#44871 from timchaston/fix-broken-link-for-redis-pub-sub-in-action-cable-overview
Fix broken link for Redis PubSub in 'Action Cable Overview' guide [ci-skip]
2 parents ebf6498 + 65946d7 commit 51b4370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/action_cable_overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ The async adapter is intended for development/testing and should not be used in
721721
722722
The Redis adapter requires users to provide a URL pointing to the Redis server.
723723
Additionally, a `channel_prefix` may be provided to avoid channel name collisions
724-
when using the same Redis server for multiple applications. See the [Redis PubSub documentation](https://redis.io/topics/pubsub#database-amp-scoping) for more details.
724+
when using the same Redis server for multiple applications. See the [Redis Pub/Sub documentation](https://redis.io/docs/manual/pubsub/#database--scoping) for more details.
725725
726726
The Redis adapter also supports SSL/TLS connections. The required SSL/TLS parameters can be passed in `ssl_params` key in the configuration YAML file.
727727

0 commit comments

Comments
 (0)