Skip to content

Commit

Permalink
Fix examples section links in WebPubSub README (#25653)
Browse files Browse the repository at this point in the history
  • Loading branch information
scottaddie authored Nov 24, 2021
1 parent 9ff3c6e commit 11cc395
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sdk/webpubsub/azure-messaging-webpubsub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ When the client is connected, it can send messages to the upstream application,

## Examples

* [Broadcast message to entire hub](#broadcast-all "Broadcast message to entire hub")
* [Broadcast message to a group](#broadcast-group "Broadcast message to a group")
* [Send message to a connection](#send-to-connection "Send message to a connection")
* [Send message to a user](#send-to-user "Send message to a user")
* [Broadcast message to entire hub](#broadcast-message-to-entire-hub)
* [Broadcast message to a group](#broadcast-message-to-a-group)
* [Send message to a connection](#send-message-to-a-connection)
* [Send message to a user](#send-message-to-a-user)

### Broadcast message to entire hub

Expand Down

0 comments on commit 11cc395

Please sign in to comment.