|
1 |
| -<!--- |
| 1 | +<!--- |
2 | 2 | category: LaunchingAndBackgroundTasks
|
3 | 3 | samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=618666&clcid=0x409
|
4 | 4 | --->
|
@@ -38,7 +38,7 @@ To obtain an evaluation copy of Microsoft Visual Studio 2013, go to [Visual Stu
|
38 | 38 |
|
39 | 39 | [Managing background tasks](http://msdn.microsoft.com/library/windows/apps/hh977053)
|
40 | 40 |
|
41 |
| -[Supporting your app with background tasks](http://msdn.microsoft.com/library/windows/apps/hh977056) |
| 41 | +[Support your app with background tasks](https://msdn.microsoft.com/library/windows/apps/mt299103) |
42 | 42 |
|
43 | 43 | [Windows 8 app samples](http://go.microsoft.com/fwlink/p/?LinkID=227694)
|
44 | 44 |
|
@@ -112,14 +112,14 @@ Add the BackgroundTaskSample app to the lock screen manually:
|
112 | 112 |
|
113 | 113 | See the following topics for step-by-step information about using background tasks:
|
114 | 114 |
|
115 |
| -- [Quickstart: Create and register a background task](http://msdn.microsoft.com/library/windows/apps/hh977055) |
116 |
| -- [How to respond to system events with background tasks](http://msdn.microsoft.com/library/windows/apps/hh977058) |
117 |
| -- [How to set conditions for running a background task](http://msdn.microsoft.com/library/windows/apps/hh977057) |
118 |
| -- [How to handle a cancelled background task](http://msdn.microsoft.com/library/windows/apps/hh977052) |
119 |
| -- [How to monitor background task progress and completion](http://msdn.microsoft.com/library/windows/apps/hh977054) |
120 |
| -- [How to run a background task on a timer](http://msdn.microsoft.com/library/windows/apps/hh977059) |
121 |
| -- [How to use maintenance triggers](http://msdn.microsoft.com/library/windows/apps/jj883699) |
122 |
| -- [How to declare background tasks in the application manifest](http://msdn.microsoft.com/library/windows/apps/hh977049) |
123 |
| -- [Guidelines and checklists for background tasks](http://msdn.microsoft.com/library/windows/apps/hh977051) |
124 |
| -- [**How to debug a background task**](http://msdn.microsoft.com/library/windows/apps/jj542416) |
| 115 | +- [Create and register a background task](https://msdn.microsoft.com/library/windows/apps/mt299100) |
| 116 | +- [Respond to system events with background tasks](https://msdn.microsoft.com/library/windows/apps/mt185414) |
| 117 | +- [Set conditions for running a background task](https://msdn.microsoft.com/library/windows/apps/mt185620) |
| 118 | +- [Handle a cancelled background task](https://msdn.microsoft.com/library/windows/apps/mt187312) |
| 119 | +- [Monitor background task progress and completion](https://msdn.microsoft.com/library/windows/apps/mt186457) |
| 120 | +- [Run a background task on a timer ](https://msdn.microsoft.com/library/windows/apps/mt186458) |
| 121 | +- [Use a maintenance trigger](https://msdn.microsoft.com/library/windows/apps/mt185632) |
| 122 | +- [Declare background tasks in the application manifest](https://msdn.microsoft.com/library/windows/apps/mt185412) |
| 123 | +- [Guidelines for background tasks](https://msdn.microsoft.com/library/windows/apps/mt187310) |
| 124 | +- [Debug a background task](https://msdn.microsoft.com/library/windows/apps/mt299101) |
125 | 125 |
|
0 commit comments