Skip to content

Commit 560d8dc

Browse files
authored
Fix broken links in sample README (#131)
GitHub URLs are case-sensitive, and a couple links used the wrong casing for "AppLifecycle".
1 parent 9116399 commit 560d8dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ This repository hosts samples for the [Windows App SDK](https://github.com/micro
77
#### App Lifecycle and System Services
88
- [App Lifecycle](Samples/AppLifecycle): These samples demonstrate app instancing using the AppLifecycle APIs. They include the following features:
99
- [Activation](Samples/AppLifecycle/Activation): These samples demonstrate support for rich activation kinds.
10-
- [Instancing](Samples/Applifecycle/Instancing): These samples demonstrate support for single and selective multi-instancing.
11-
- [Power Notifications](Samples/Applifecycle/StateNotifications): These samples demonstrate the power/system state notifications for managing app workload.
10+
- [Instancing](Samples/AppLifecycle/Instancing): These samples demonstrate support for single and selective multi-instancing.
11+
- [Power Notifications](Samples/AppLifecycle/StateNotifications): These samples demonstrate the power/system state notifications for managing app workload.
1212

1313
#### Data and Files
1414
- [Resource Management](Samples/ResourceManagement): These samples demonstrates app resource management using the MRT Core APIs.

0 commit comments

Comments
 (0)