Skip to content

Commit 67136f3

Browse files
Fix malformed redirection.json — restore app-background-task redirect
Copilot's applied suggestion accidentally merged two JSON objects together, clobbering the existing app-background-task redirect. Splits the three entries back into separate, valid objects. Co-authored-by: Copilot <[email protected]>
1 parent cf2eb91 commit 67136f3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.openpublishing.redirection.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11533,6 +11533,9 @@
1153311533
{
1153411534
"source_path": "hub/apps/windows-app-sdk/applifecycle/app-background-task.md",
1153511535
"redirect_url": "/windows/apps/windows-app-sdk/applifecycle/background-tasks",
11536+
"redirect_document_id": false
11537+
},
11538+
{
1153611539
"source_path": "hub/apps/desktop/modernize/desktop-to-uwp-distribute.md",
1153711540
"redirect_url": "/windows/msix/desktop/source-code-overview",
1153811541
"redirect_document_id": false

0 commit comments

Comments
 (0)