Skip to content

Commit 155b2f4

Browse files
committed
Fix internal link
1 parent 5854e5b commit 155b2f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

guides/subscriptions/ably_implementation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ For better performance reading and writing to Redis, you can pass a `connection_
130130

131131
### Broadcasts
132132

133-
If you set up {% internal_link "Broadcasts", "/subscriptions/broadcasts" %}, then you can update many clients over a single Ably channel.
133+
If you set up {% internal_link "Broadcasts", "/subscriptions/broadcast" %}, then you can update many clients over a single Ably channel.
134134

135135
Broadcast channels have stable, predictable IDs. To prevent unauthorized clients from "listening in," use [token authorization](#authorization) for transport. Broadcasts channels use the namespace `gqlbdcst:`, so you can provide capabilities to receive them using `"gqlbdcst:*" => [ ... ]` in your authorization code. (If you're using [encryption](#encryption), the prefix will be `ablyencr-gqlbdcst:` instead.)
136136

guides/subscriptions/pusher_implementation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ For better performance reading and writing to Redis, you can pass a `connection_
118118

119119
### Broadcasts
120120

121-
If you set up {% internal_link "Broadcasts", "/subscriptions/broadcasts" %}, then you can update many clients over a single Pusher channel.
121+
If you set up {% internal_link "Broadcasts", "/subscriptions/broadcast" %}, then you can update many clients over a single Pusher channel.
122122

123123
Broadcast channels have stable, predictable IDs. To prevent unauthorized clients from "listening in," use an [authorized Pusher channel](#authorization) for transport. In your authorization code, you can check for a broadcast using `.broadcast_subscription_id?`:
124124

0 commit comments

Comments
 (0)