Skip to content

Commit a5b89fd

Browse files
committed
update
1 parent 130c4b2 commit a5b89fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/azure-web-pubsub/reference-json-reliable-webpubsub-subprotocol.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For example, in JS, a Reliable PubSub WebSocket client can be created using:
2323
var pubsub = new WebSocket('wss://test.webpubsub.azure.com/client/hubs/hub1', 'json.reliable.webpubsub.azure.v1');
2424
```
2525

26-
When using `json.reliable.webpubsub.azure.v1` subprotocol, the client must follow the [How to create reliable clients](./howto-develop-reliable-clients) to implement reconnection, publisher and subscriber.
26+
When using `json.reliable.webpubsub.azure.v1` subprotocol, the client must follow the [How to create reliable clients](./howto-develop-reliable-clients.md) to implement reconnection, publisher and subscriber.
2727

2828
[!INCLUDE [reference-permission](includes/reference-permission.md)]
2929

articles/azure-web-pubsub/reference-protobuf-reliable-webpubsub-subprotocol.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ For example, in JavaScript, you can create a Reliable PubSub WebSocket client wi
2525
var pubsub = new WebSocket('wss://test.webpubsub.azure.com/client/hubs/hub1', 'protobuf.reliable.webpubsub.azure.v1');
2626
```
2727

28-
When using `json.reliable.webpubsub.azure.v1` subprotocol, the client must follow the [How to create reliable clients](./howto-develop-reliable-clients) to implement reconnection, publisher and subscriber.
28+
When using `json.reliable.webpubsub.azure.v1` subprotocol, the client must follow the [How to create reliable clients](./howto-develop-reliable-clients.md) to implement reconnection, publisher and subscriber.
2929

3030
> [!NOTE]
3131
> Currently, the Web PubSub service supports only [proto3](https://developers.google.com/protocol-buffers/docs/proto3).

0 commit comments

Comments
 (0)