Skip to content

Commit 9939cae

Browse files
authored
Some fix
1 parent eddcfec commit 9939cae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/azure-web-pubsub/socketio-serverless-function-binding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This article explains how to use Socket.IO serverless integrate with Azure Funct
2323
[Package](https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.WebPubSubForSocketIO) |
2424
[API reference documentation](/dotnet/api/microsoft.azure.webjobs.extensions.webpubsubforsocketio) |
2525
[Product documentation](./index.yml) |
26-
[Samples][samples_ref]
26+
[Samples][https://github.com/Azure/azure-webpubsub/tree/main/sdk/webpubsub-socketio-extension/examples]
2727

2828
> [!IMPORTANT]
2929
> Azure Function bindings can only integrate with Web PubSub for Socket.IO in Serverlesse Mode.

articles/azure-web-pubsub/socketio-serverless-protocol.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ In the Socket.IO Serverless mode, the client's connection lifecycle is managed t
1919

2020
### Socket Connects
2121

22-
In the client side, you should use a Socket.IO compatible client. In the following client code, we use the (official JavaScript client SDK)[https://www.npmjs.com/package/socket.io-client].
22+
In the client side, you should use a Socket.IO compatible client. In the following client code, we use the [official JavaScript client SDK](https://www.npmjs.com/package/socket.io-client).
2323

2424
Client:
2525

0 commit comments

Comments
 (0)