Skip to content

Commit 830ab54

Browse files
drewbatgitCopilot
andcommitted
Use article titles as link text in app notifications docs
Restructure sentences so link text matches the target article title using the 'see [Article Title](...)' pattern instead of embedding links on arbitrary words mid-sentence. Co-authored-by: Copilot <[email protected]>
1 parent 7e35759 commit 830ab54

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

hub/apps/develop/notifications/app-notifications/app-notifications-other-frameworks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.localizationpriority: medium
1010
---
1111
# Use app notifications with other frameworks
1212

13-
The [app notifications quickstart](app-notifications-quickstart.md) demonstrates how to send and respond to app notifications in a WinUI app. The same Windows App SDK notification APIs are available for other .NET frameworks as well. The following articles show how to send a notification and handle activation for each supported framework.
13+
The Windows App SDK notification APIs are available for desktop and console apps built with WinUI, WPF, WinForms, and Console frameworks. The following articles show how to send a notification and handle activation for each supported framework. For a WinUI walkthrough, see [Quickstart: App notifications](app-notifications-quickstart.md).
1414

1515
| Framework | Article |
1616
|-----------|---------|

hub/apps/develop/notifications/app-notifications/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ This section of the documentation covers local app notifications, which are crea
1717

1818
## App notifications quickstart
1919

20-
The [App notifications quickstart](app-notifications-quickstart.md) walks you through the end-to-end process of creating notification UI, sending a notification, and handling foreground and background activation in a WinUI app.
20+
For a walkthrough of creating notification UI, sending a notification, and handling foreground and background activation in a WinUI app, see [Quickstart: App notifications](app-notifications-quickstart.md).
2121

2222
## Use app notifications with other frameworks
2323

24-
These articles show how to send an app notification and handle activation for [other supported frameworks](app-notifications-other-frameworks.md). For notification content, features, and design guidance, see the sections below.
24+
These articles show how to send an app notification and handle activation for other supported frameworks. For notification content, features, and design guidance, see the sections below. For a full list of supported frameworks, see [Use app notifications with other frameworks](app-notifications-other-frameworks.md).
2525

2626
- [WPF apps](app-notifications-wpf.md)
2727
- [WinForms apps](app-notifications-winforms.md)

0 commit comments

Comments
 (0)