Skip to content

Commit 328fb79

Browse files
committed
Update paths
1 parent e375a6c commit 328fb79

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/communication-services/quickstarts/chat/includes/meeting-interop-swift.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ If you'd like to skip ahead to the end, you can download this quickstart as a sa
1818
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F)
1919
- A Mac running [Xcode](https://developer.apple.com/xcode/), along with a valid developer certificate installed into your Keychain.
2020
- A [Teams deployment](/deployoffice/teams-install).
21-
- A [User Access Token](../../../identity/access-tokens.md) for your Azure Communication Service. You can also use the Azure CLI and run the command with your connection string to create a user and an access token.
21+
- A [User Access Token](../../identity/access-tokens.md) for your Azure Communication Service. You can also use the Azure CLI and run the command with your connection string to create a user and an access token.
2222

2323
```azurecli-interactive
2424
az communication identity token issue --scope voip --connection-string "yourConnectionString"
2525
```
26-
For details, see [Use Azure CLI to Create and Manage Access Tokens](../../../../identity/access-tokens.md?pivots=platform-azcli).
26+
For details, see [Use Azure CLI to Create and Manage Access Tokens](../../identity/access-tokens.md/access-tokens.md?pivots=platform-azcli).
2727

2828

2929
## Setting up
@@ -102,7 +102,7 @@ let displayName: String = "Quickstart User"
102102

103103
Replace `<ADD_YOUR_ENDPOINT_URL_HERE>` with the endpoint for your Communication Services resource.
104104
Replace `<ADD_YOUR_USER_TOKEN_HERE>` with the token generated above, via the Azure client command line.
105-
Read more about user access tokens: [User Access Token](../../../../identity/access-tokens.md)
105+
Read more about user access tokens: [User Access Token](../../identity/access-tokens.md/access-tokens.md)
106106

107107
Replace `Quickstart User` with the display name you'd like to use in the Chat.
108108

0 commit comments

Comments
 (0)