Skip to content

Commit 1616d71

Browse files
Fix links
1 parent 5555497 commit 1616d71

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

articles/communication-services/quickstarts/ui-library/get-started-calling-with-chat.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ To build and run your app on the device.
3434

3535
### More features
3636

37-
The list of [use cases](../../../../concepts/ui-library/ui-library-use-cases.md) has detailed information about more features.
37+
The list of [use cases](../../concepts/ui-library/ui-library-use-cases) has detailed information about more features.
3838

3939
## Add notifications to your mobile app
4040

41-
Azure Communication Services integrates with [Azure Event Grid](../../../../../event-grid/overview.md) and [Azure Notification Hubs](../../../../../notification-hubs/notification-hubs-push-notification-overview.md), so you can [add push notifications](../../../../concepts/notifications.md) to your apps in Azure. You can use push notifications to send information from your application to users' mobile devices. A push notification can show a dialog, play a sound, or display an incoming call UI.
41+
Azure Communication Services integrates with [Azure Event Grid](../../../event-grid/overview) and [Azure Notification Hubs](../../../notification-hubs/notification-hubs-push-notification-overview), so you can [add push notifications](../../concepts/notifications) to your apps in Azure. You can use push notifications to send information from your application to users' mobile devices. A push notification can show a dialog, play a sound, or display an incoming call UI.
4242

4343

4444
## Next steps
4545

46-
- [Learn more about the UI Library](../../concepts/ui-library/ui-library-overview.md)
46+
- [Learn more about the UI Library](../../concepts/ui-library/ui-library-overview)

articles/communication-services/quickstarts/ui-library/includes/get-started-calling-with-chat/android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ To initialize the Call composite:
150150
- Replace `USER_ACCESS_TOKEN` with your token.
151151

152152
### Get a Teams meeting chat thread for a Communication Services user
153-
The Teams meeting details can be retrieved using Graph APIs, detailed in [Graph documentation](../../../../graph/api/onlinemeeting-createorget?tabs=http&view=graph-rest-beta&preserve-view=true). The Communication Services Calling SDK accepts a full Teams meeting link or a meeting ID. They're returned as part of the `onlineMeeting` resource, accessible under the [joinWebUrl](../../../../graph/api/resources/onlinemeeting?view=graph-rest-beta&preserve-view=true) property
153+
The Teams meeting details can be retrieved using Graph APIs, detailed in [Graph documentation](../../../../graph/api/onlinemeeting-createorget). The Communication Services Calling SDK accepts a full Teams meeting link or a meeting ID. They're returned as part of the `onlineMeeting` resource, accessible under the [joinWebUrl](../../../../graph/api/resources/onlinemeeting) property
154154

155155
With the Graph APIs, you can also obtain the threadID. The response has a chatInfo object that contains the threadID.
156156

articles/communication-services/quickstarts/ui-library/includes/get-started-calling-with-chat/ios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ To initialize the composite:
101101
- Replace `USER_ACCESS_TOKEN` with your token.
102102
103103
### Get a Teams meeting chat thread for a Communication Services user
104-
The Teams meeting details can be retrieved using Graph APIs, detailed in [Graph documentation](../../../../graph/api/onlinemeeting-createorget?tabs=http&view=graph-rest-beta&preserve-view=true). The Communication Services Calling SDK accepts a full Teams meeting link or a meeting ID. They're returned as part of the `onlineMeeting` resource, accessible under the [joinWebUrl](../../../../graph/api/resources/onlinemeeting?view=graph-rest-beta&preserve-view=true) property
104+
The Teams meeting details can be retrieved using Graph APIs, detailed in [Graph documentation](../../../../graph/api/onlinemeeting-createorget). The Communication Services Calling SDK accepts a full Teams meeting link or a meeting ID. They're returned as part of the `onlineMeeting` resource, accessible under the [joinWebUrl](../../../../graph/api/resources/onlinemeeting) property
105105

106106
With the Graph APIs, you can also obtain the threadID. The response has a chatInfo object that contains the threadID.
107107
```swift

0 commit comments

Comments
 (0)