Skip to content

Commit d28bb75

Browse files
authored
Update calling-chat.md
1 parent afd289b commit d28bb75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/communication-services/concepts/interop/calling-chat.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To initiate a call or chat with a Teams user, the user’s Azure Active Director
3131
## Calling
3232
With ad hoc calling, an ACS user or endpoint can initiate a 1:1 call with a Teams, identified by the user’s Azure Active Directory (AAD) object ID. You can easily modify an existing application that calls other ACS users to instead call a Teams user.
3333

34-
[Manage calls - An Azure Communication Services how-to guide | Microsoft Docs](../../how-tos/calling-sdk/manage-calls?pivots=platform-web)
34+
[Manage calls - An Azure Communication Services how-to guide | Microsoft Docs](../../how-tos/calling-sdk/manage-calls.md?pivots=platform-web)
3535

3636
Calling another ACS user:
3737
```js
@@ -52,7 +52,7 @@ const call = callAgent.startCall([teamsCallee]);
5252
## Chat
5353
With ad hoc chat, Communication Services users or endpoints can initiate 1:n chat with Teams users, identified by the user’s Azure Active Directory (AAD) object ID. You can easily modify an existing application that creates chats with other ACS users, to instead create chats with Teams users:
5454

55-
[Quickstart: Add Chat to your App](../../quickstarts/chat/get-started?pivots=programming-language-javascript)
55+
[Quickstart: Add Chat to your App](../../quickstarts/chat/get-started.md?pivots=programming-language-javascript)
5656

5757
Creating a chat with a Teams user:
5858
```js

0 commit comments

Comments
 (0)