Skip to content

Commit 3609dfd

Browse files
drewbatgitCopilot
andcommitted
Fix cross-docset UWP links to use /windows/uwp/ prefix
UWP content pages map to /windows/uwp/ on Learn, not /uwp/. Fixed 2 links to /uwp/develop/app-notifications-uwp. Co-authored-by: Copilot <[email protected]>
1 parent 6df735c commit 3609dfd

2 files changed

Lines changed: 2 additions & 2 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
@@ -17,7 +17,7 @@ The [app notifications quickstart](app-notifications-quickstart.md) demonstrates
1717
| WPF | [Use app notifications with a WPF app](app-notifications-wpf.md) |
1818
| WinForms | [Use app notifications with a WinForms app](app-notifications-winforms.md) |
1919
| Console | [Use app notifications with a console app](app-notifications-console.md) |
20-
| UWP | [Use app notifications with a UWP app](/uwp/develop/app-notifications-uwp) |
20+
| UWP | [Use app notifications with a UWP app](/windows/uwp/develop/app-notifications-uwp) |
2121

2222
For notification content, additional features, and design guidance, see [App notifications overview](index.md).
2323

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ These articles show how to send an app notification and handle activation for ot
2626
- [WPF apps](app-notifications-wpf.md)
2727
- [WinForms apps](app-notifications-winforms.md)
2828
- [Console apps](app-notifications-console.md)
29-
- [UWP apps](/uwp/develop/app-notifications-uwp)
29+
- [UWP apps](/windows/uwp/develop/app-notifications-uwp)
3030

3131
## UX and content guidance
3232

0 commit comments

Comments
 (0)