Skip to content

Commit b07cb30

Browse files
authored
Update notification links (#225)
1 parent 52fd356 commit b07cb30

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Samples/Notifications/Push/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This sample demonstrates:
1717
* A web API tool (like Postman or fiddler) to send notifications.
1818
* The Windows App SDK push notifications APIs provides an API to register for and receive notifications from an external app service. The web API tool is used to emulate the external app service.
1919
* An Azure AppId for your app.
20-
* To obtain an Azure AppId, follow "Configure your app's identity in Azure Active Directory" [here](https://docs.microsoft.com/windows/apps/windows-app-sdk/notifications/push/push-quickstart#configure-your-apps-identity-in-azure-active-directory).
20+
* To obtain an Azure AppId, follow "Configure your app's identity in Azure Active Directory" [here](https://docs.microsoft.com/windows/apps/windows-app-sdk/notifications/push-notifications/push-quickstart#configure-your-apps-identity-in-azure-active-directory-aad).
2121
* Windows 10
2222
## Building and running the sample
2323
Before building the sample, make sure to set up your environment correctly by following the steps [here](https://docs.microsoft.com/windows/apps/windows-app-sdk/set-up-your-development-environment).
@@ -33,11 +33,13 @@ winrt::guid remoteId{ "00000000-0000-0000-0000-000000000000"};
3333
3434
The sample will display a WNS Channel URI which uniquely identify this app, for this user on this device and thus can be used by other apps (usually a server app) to send notifications to this specific app.
3535
## Receiving Notifications
36-
Follow these [instructions]() to send a notification to the sample.
36+
Follow these [instructions](https://docs.microsoft.com/windows/apps/windows-app-sdk/notifications/push-notifications/push-quickstart#send-a-push-notification-to-your-app) to send a notification to the sample.
3737
* Leave the sample running to receive notifications in the foreground.
3838
* Close the sample to receive notifications in the background.
3939
## Related Links
4040
- [Windows App SDK](https://docs.microsoft.com/windows/apps/windows-app-sdk/)
41-
- [Push Notifications Doc](https://docs.microsoft.com/windows/apps/windows-app-sdk/notifications/push/)
41+
- [Push notifications overview](https://docs.microsoft.com/windows/apps/windows-app-sdk/notifications/push-notifications/)
42+
- [Quickstart Push notifications in the Windows App SDK](https://docs.microsoft.com/windows/apps/windows-app-sdk/notifications/push-notifications/push-quickstart)
43+
- [Microsoft.Windows.PushNotifications Namespace](https://docs.microsoft.com/windows/windows-app-sdk/api/winrt/microsoft.windows.pushnotifications)
4244
## Common Issues
4345
* If there was an error obtaining the WNS Channel URI, make sure you've replaced the zero'ed out remote id (near the top of the sample) with your own remote id.

0 commit comments

Comments
 (0)