Skip to content

Commit 9267377

Browse files
authored
Update outlook-change-notifications-overview.md
1 parent a3028b8 commit 9267377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concepts/outlook-change-notifications-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ If you don't use a `$filter` when creating the subscription:
7474
The Outlook **contact**, **event**, and **message** resources also support subscribing to lifecycle notifications. Lifecycle notifications are needed in case your app gets their subscriptions removed or misses some change notifications. Apps should implement logic to detect and recover from the loss, and resume a continuous change notification flow. To learn more, see [subscribing to lifecycle notifications](change-notifications-lifecycle-events.md).
7575

7676
### Keep track of subscription lifetime
77-
Make sure to [extend](/graph/api/subscription-update) a subscription before it expires. The maximum lifetime for a subscription without Outlook resource data can be found in the [subscription lifetime table](https://learn.microsoft.com/en-us/graph/change-notifications-overview#subscription-lifetime).
77+
Make sure to [extend](/graph/api/subscription-update) a subscription before it expires. The maximum lifetime for a subscription without Outlook resource data can be found in the [subscription lifetime table](change-notifications-overview.md#subscription-lifetime).
7878

7979
If you lose the permission granted earlier for a subscription and the subscription expires meanwhile, request permission again to [create](/graph/api/subscription-post-subscriptions) a new subscription.
8080

0 commit comments

Comments
 (0)