From d5011c2b7198dd153fd5d6094e869192799c199c Mon Sep 17 00:00:00 2001 From: Bhavanesh N Date: Wed, 15 Jan 2025 10:57:56 +0530 Subject: [PATCH] Update local-notifications.md | Correct --- docs/platform-integration/local-notifications.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platform-integration/local-notifications.md b/docs/platform-integration/local-notifications.md index e2a7840ed..4fc767d7a 100644 --- a/docs/platform-integration/local-notifications.md +++ b/docs/platform-integration/local-notifications.md @@ -483,7 +483,7 @@ INotificationManagerService notificationManager = Application.Current?.Windows[0].Page?.Handler?.MauiContext?.Services.GetService(); ``` -For more information about resolving registered types, see [Resolution](~/fundamentals/dependency-injection.md). +For more information about resolving registered types, see [Resolution](~/fundamentals/dependency-injection.md#resolution). Once the `INotificationManagerService` implementation is resolved, its operations can be invoked: