Skip to content

Commit 11cc395

Browse files
authored
Fix examples section links in WebPubSub README (Azure#25653)
1 parent 9ff3c6e commit 11cc395

File tree

1 file changed

+4
-4
lines changed
  • sdk/webpubsub/azure-messaging-webpubsub

1 file changed

+4
-4
lines changed

sdk/webpubsub/azure-messaging-webpubsub/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ When the client is connected, it can send messages to the upstream application,
8181

8282
## Examples
8383

84-
* [Broadcast message to entire hub](#broadcast-all "Broadcast message to entire hub")
85-
* [Broadcast message to a group](#broadcast-group "Broadcast message to a group")
86-
* [Send message to a connection](#send-to-connection "Send message to a connection")
87-
* [Send message to a user](#send-to-user "Send message to a user")
84+
* [Broadcast message to entire hub](#broadcast-message-to-entire-hub)
85+
* [Broadcast message to a group](#broadcast-message-to-a-group)
86+
* [Send message to a connection](#send-message-to-a-connection)
87+
* [Send message to a user](#send-message-to-a-user)
8888

8989
### Broadcast message to entire hub
9090

0 commit comments

Comments
 (0)