Skip to content

Commit 688bd45

Browse files
author
Gilca Stefan
committed
Add relative links
1 parent b0c4b6e commit 688bd45

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/communication-services/quickstarts/includes/manage-teams-identity-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public class App
8686

8787
### Step 1: Receive the Azure Active Directory user token via the MSAL library
8888

89-
The first step in the token exchange flow is getting a token for your Teams user by using [Microsoft.Identity.Client](https://docs.microsoft.com/azure/active-directory/develop/reference-v2-libraries).
89+
The first step in the token exchange flow is getting a token for your Teams user by using [Microsoft.Identity.Client](../../../active-directory/develop/reference-v2-libraries.md).
9090

9191
```java
9292
String appId = "<contoso_application_id>";

articles/communication-services/quickstarts/includes/manage-teams-identity-js.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ app.listen(SERVER_PORT, () => console.log(`Communication access token applicatio
7575

7676
### Step 1: Receive the Azure AD user token via the MSAL library
7777

78-
The first step in the token exchange flow is getting a token for your Teams user by using [Microsoft.Identity.Client](https://docs.microsoft.com/azure/active-directory/develop/reference-v2-libraries).
78+
The first step in the token exchange flow is getting a token for your Teams user by using [Microsoft.Identity.Client](../../../active-directory/develop/reference-v2-libraries.md).
7979

8080
```javascript
8181
const msalConfig = {

articles/communication-services/quickstarts/includes/manage-teams-identity-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ pip install msal
5252

5353
### Step 1: Receive the Azure AD user token via the MSAL library
5454

55-
The first step in the token exchange flow is getting a token for your Teams user by using [Microsoft.Identity.Client](https://docs.microsoft.com/azure/active-directory/develop/reference-v2-libraries).
55+
The first step in the token exchange flow is getting a token for your Teams user by using [Microsoft.Identity.Client](../../../active-directory/develop/reference-v2-libraries.md).
5656

5757
```python
5858
from msal.application import PublicClientApplication

0 commit comments

Comments
 (0)