Skip to content

Commit 3db8f01

Browse files
authored
Merge pull request #272939 from Albertyang0/Broken-links-fix-kevinguo
Fix broken links - kevinguo
2 parents cb249dd + 87bc157 commit 3db8f01

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/azure-web-pubsub/samples-app-scenarios.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ Here's a list of code samples written by Azure Web PubSub team and the community
3131
::: zone pivot="method-javascript"
3232
| App scenario | Industry |
3333
| --------------------------------------------------- | ----------------- |
34-
| [Cross-platform chat](https://github.com/Azure/azure-webpubsub/blob/main/samples/csharp/chatapp/Startup.cs#L29) | Social |
35-
| [Collaborative code editor](https://github.com/Azure/azure-webpubsub/blob/main/samples/csharp/chatapp/Startup.cs#L29) | Modern work |
34+
| [Cross-platform chat](https://github.com/Azure/azure-webpubsub/tree/main/samples/csharp/chatapp) | Social |
35+
| [Collaborative code editor](https://github.com/Azure/azure-webpubsub/tree/main/samples/csharp/chatapp) | Modern work |
3636
::: zone-end
3737

3838
::: zone pivot="method-java"

articles/azure-web-pubsub/samples-authenticate-and-connect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ While the client's role is often limited, the application server's role goes bey
2626
::: zone pivot="method-sdk-csharp"
2727
| Use case | Description |
2828
| ------------------------------------------------------------------------ | ----------------------------------------------------------------- |
29-
| [Using connection string](https://github.com/Azure/azure-webpubsub/blob/main/samples/csharp/chatapp/Startup.cs#L29) | Applies to application server only.
29+
| [Using connection string](https://github.com/Azure/azure-webpubsub/tree/main/samples/csharp/chatapp) | Applies to application server only.
3030
| [Using Client Access Token](https://github.com/Azure/azure-webpubsub/blob/main/samples/csharp/chatapp/wwwroot/index.html#L13) | Applies to client only. Client Access Token is generated on the application server.
3131
| Using Microsoft Entra ID | Using Microsoft Entra ID for authorization offers improved security and ease of use compared to Access Key authorization.
3232
| [Anonymous connection](https://github.com/Azure/azure-webpubsub/blob/main/samples/csharp/clientWithCert/client/Program.cs#L15) | Anonymous connection allows clients to connect with Azure Web PubSub directly without going to an application server for a Client Access Token first. This is useful for clients that have limited networking capabilities, like an EV charging point.

0 commit comments

Comments
 (0)