Skip to content

Commit 8b4a4db

Browse files
committed
fixes
1 parent 9c82e8b commit 8b4a4db

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/communication-services/concepts/interop/guest/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The [Azure Communication Services Authentication Hero Sample](../../../samples/t
4848
The data flow for joining Teams meetings is available at the [client and server architecture page](../../client-and-server-architecture.md). When implementing the experience, you must implement client logic for real-time communication and server logic for authentication. The following articles will guide you in implementing the communication for Teams external users.
4949

5050
High-level coding articles:
51-
- [Authenticate as Teams external user](../../../quickstarts/identity/identity/access-tokens.md)
51+
- [Authenticate as Teams external user](../../../quickstarts/identity/access-tokens.md)
5252
- [Call with Chat Composite](https://azure.github.io/communication-ui-library/?path=/docs/composites-call-with-chat-basicexample--basic-example)
5353

5454
Low-level coding articles:
@@ -79,7 +79,7 @@ Any licensed Teams users can schedule Teams meetings and share the invite with e
7979

8080
## Next steps
8181

82-
- [Authenticate as Teams external user](../../../quickstarts/identity/identity/access-tokens.md)
82+
- [Authenticate as Teams external user](../../../quickstarts/identity//access-tokens.md)
8383
- [Join Teams meeting audio and video as Teams external user](../../../quickstarts/voice-video-calling/get-started-teams-interop.md)
8484
- [Join Teams meeting chat as Teams external user](../../../quickstarts/chat/meeting-interop.md)
8585
- [Join meeting options](../../../how-tos/calling-sdk/teams-interoperability.md)

articles/communication-services/quickstarts/chat/includes/chat-js.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Before you get started, make sure to:
2424
az communication identity token issue --scope chat --connection-string "yourConnectionString"
2525
```
2626

27-
For details, see [Use Azure CLI to Create and Manage Access Tokens](../../identity/identity/access-tokens.md?pivots=platform-azcli).
27+
For details, see [Use Azure CLI to Create and Manage Access Tokens](../../identity//access-tokens.md?pivots=platform-azcli).
2828

2929
## Setting up
3030

0 commit comments

Comments
 (0)