Skip to content

Commit 38273cb

Browse files
committed
update broken URL
1 parent 328fb79 commit 38273cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If you'd like to skip ahead to the end, you can download this quickstart as a sa
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/access-tokens.md?pivots=platform-azcli).
26+
For details, see [Use Azure CLI to Create and Manage Access Tokens](../../identity/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/access-tokens.md)
105+
Read more about user access tokens: [User Access Token](../../identity/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)