Skip to content

Commit eddcfec

Browse files
authored
Fix more
1 parent a45f5f3 commit eddcfec

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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
@@ -21,7 +21,7 @@ This article explains how to use Socket.IO serverless integrate with Azure Funct
2121

2222
[Source code](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/webpubsub/Microsoft.Azure.WebJobs.Extensions.WebPubSubForSocketIO) |
2323
[Package](https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.WebPubSubForSocketIO) |
24-
[API reference documentation](https://learn.microsoft.com/dotnet/api/microsoft.azure.webjobs.extensions.webpubsubforsocketio) |
24+
[API reference documentation](/dotnet/api/microsoft.azure.webjobs.extensions.webpubsubforsocketio) |
2525
[Product documentation](./index.yml) |
2626
[Samples][samples_ref]
2727

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ POST {endpoint}/api/hubs/{hub}/:addToGroups?api-version=2024-01-01
127127
}
128128
```
129129

130-
See [Add Connections to Groups](https://learn.microsoft.com/rest/api/webpubsub/dataplane/web-pub-sub/add-connections-to-groups?view=rest-webpubsub-dataplane-2024-01-01&tabs=HTTP) for REST details. See [OData filter syntax in the Azure Web PubSub service](./reference-odata-filter.md) for filter details.
130+
See [Add Connections to Groups](/rest/api/webpubsub/dataplane/web-pub-sub/add-connections-to-groups) for REST details. See [OData filter syntax in the Azure Web PubSub service](./reference-odata-filter.md) for filter details.
131131

132132
#### Example
133133

@@ -156,7 +156,7 @@ POST {endpoint}/api/hubs/{hub}/:removeFromGroups?api-version=2024-01-01
156156
}
157157
```
158158

159-
See [Remove Connections From Groups](https://learn.microsoft.com/rest/api/webpubsub/dataplane/web-pub-sub/remove-connections-from-groups?view=rest-webpubsub-dataplane-2024-01-01&tabs=HTTP) for REST details. See [OData filter syntax in the Azure Web PubSub service](./reference-odata-filter.md) for filter details.
159+
See [Remove Connections From Groups](/rest/api/webpubsub/dataplane/web-pub-sub/remove-connections-from-groups) for REST details. See [OData filter syntax in the Azure Web PubSub service](./reference-odata-filter.md) for filter details.
160160

161161
#### Example
162162

@@ -185,7 +185,7 @@ Content-Type: text/plain
185185
Engine.IO serialized payload
186186
```
187187

188-
See [Send To All](https://learn.microsoft.com/rest/api/webpubsub/dataplane/web-pub-sub/send-to-all?view=rest-webpubsub-dataplane-2024-01-01&tabs=HTTP) for REST details. See [Engine.IO Protocol](https://socket.io/docs/v4/engine-io-protocol/) for Engine.IO Protocol details.
188+
See [Send To All](/rest/api/webpubsub/dataplane/web-pub-sub/send-to-all) for REST details. See [Engine.IO Protocol](https://socket.io/docs/v4/engine-io-protocol/) for Engine.IO Protocol details.
189189

190190
#### Example
191191

@@ -219,7 +219,7 @@ Content-Type: text/plain
219219
Engine.IO serialized payload
220220
```
221221

222-
See [Send To All](https://learn.microsoft.com/rest/api/webpubsub/dataplane/web-pub-sub/send-to-all?view=rest-webpubsub-dataplane-2024-01-01&tabs=HTTP) for REST details. See [Engine.IO Protocol](https://socket.io/docs/v4/engine-io-protocol/) for Engine.IO Protocol details.
222+
See [Send To All](/rest/api/webpubsub/dataplane/web-pub-sub/send-to-all) for REST details. See [Engine.IO Protocol](https://socket.io/docs/v4/engine-io-protocol/) for Engine.IO Protocol details.
223223

224224
#### Example
225225

@@ -253,7 +253,7 @@ Content-Type: text/plain
253253
Engine.IO serialized payload
254254
```
255255

256-
See [Send To All](https://learn.microsoft.com/rest/api/webpubsub/dataplane/web-pub-sub/send-to-all?view=rest-webpubsub-dataplane-2024-01-01&tabs=HTTP) for REST details. See [Engine.IO Protocol](https://socket.io/docs/v4/engine-io-protocol/) for Engine.IO Protocol details.
256+
See [Send To All](/rest/api/webpubsub/dataplane/web-pub-sub/send-to-all) for REST details. See [Engine.IO Protocol](https://socket.io/docs/v4/engine-io-protocol/) for Engine.IO Protocol details.
257257

258258
#### Example
259259

@@ -287,7 +287,7 @@ Content-Type: text/plain
287287
Engine.IO serialized payload for socket disconnection
288288
```
289289

290-
See [Send To All](https://learn.microsoft.com/rest/api/webpubsub/dataplane/web-pub-sub/send-to-all?view=rest-webpubsub-dataplane-2024-01-01&tabs=HTTP) for REST details. See [Engine.IO Protocol](https://socket.io/docs/v4/engine-io-protocol/) for Engine.IO Protocol details. See [Disconnection from a namespace](https://socket.io/docs/v4/socket-io-protocol/#disconnection-from-a-namespace-1) for disconnection payload details.
290+
See [Send To All](/rest/api/webpubsub/dataplane/web-pub-sub/send-to-all) for REST details. See [Engine.IO Protocol](https://socket.io/docs/v4/engine-io-protocol/) for Engine.IO Protocol details. See [Disconnection from a namespace](https://socket.io/docs/v4/socket-io-protocol/#disconnection-from-a-namespace-1) for disconnection payload details.
291291

292292
#### Example
293293

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Find full code samples that are used in this tutorial:
2929
3030
## Create a Web PubSub for Socket.IO resource in Serverless Mode
3131

32-
To create a Web PubSub for Socket.IO, you can use the following [Azure CLI](https://learn.microsoft.com/cli/azure/install-azure-cli) command:
32+
To create a Web PubSub for Socket.IO, you can use the following [Azure CLI](/cli/azure/install-azure-cli) command:
3333

3434
```azcli
3535
az webpubsub create -g <resource-group> -n <resource-name>---kind socketio --service-mode serverless --sku Premium_P1

0 commit comments

Comments
 (0)