Skip to content

Commit 4e7e870

Browse files
terencefanvicancy
authored andcommitted
fix links
1 parent 90984d4 commit 4e7e870

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

articles/azure-web-pubsub/howto-authorize-from-application.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,10 @@ To learn more about how to assign and manage Azure role assignments, see these a
111111

112112
We officially support 4 programming languages:
113113

114-
- [C#](./howto-use-aad-in-csharp)
115-
- [Python](./howto-use-aad-in-python)
116-
- [Java](./howto-use-aad-in-java)
117-
- [JavaScript](./howto-use-aad-in-javascript)
114+
- [C#](howto-use-aad-in-csharp)
115+
- [Python](howto-use-aad-in-python)
116+
- [Java](howto-use-aad-in-java)
117+
- [JavaScript](howto-use-aad-in-javascript)
118118

119119
## Next steps
120120

articles/azure-web-pubsub/howto-authorize-from-managed-identity.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ To learn more about how to assign and manage Azure role assignments, see these a
9696

9797
We officially support 4 programming languages:
9898

99-
- [C#](./howto-use-aad-in-csharp)
100-
- [Python](./howto-use-aad-in-python)
101-
- [Java](./howto-use-aad-in-java)
102-
- [JavaScript](./howto-use-aad-in-javascript)
99+
- [C#](howto-use-aad-in-csharp)
100+
- [Python](howto-use-aad-in-python)
101+
- [Java](howto-use-aad-in-java)
102+
- [JavaScript](howto-use-aad-in-javascript)
103103

104104
## Next steps
105105

articles/azure-web-pubsub/howto-use-aad-in-java.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ ms.topic: how-to
2727
2828
See [Azure authentication with Java and Azure Identity](/azure/developer/java/sdk/identity) to learn more.
2929

30-
- Add [azure-messaging-webpubsub]() dependency in your `pom.xml`.
30+
- Add [azure-messaging-webpubsub](https://mvnrepository.com/artifact/com.azure/azure-messaging-webpubsub) dependency in your `pom.xml`.
3131

3232
```xml
3333
<dependency>
3434
<groupId>com.azure</groupId>
3535
<artifactId>azure-messaging-webpubsub</artifactId>
36-
<version>1.0.0-beta.2</version>
36+
<version>1.0.0-beta.6</version>
3737
</dependency>
3838
```
3939

0 commit comments

Comments
 (0)