mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-07-04 11:43:37 +00:00
fix source paths
YAML files must have .md in source path entry, as that's the "rendered" format on the live site
This commit is contained in:
@ -19496,12 +19496,12 @@
|
|||||||
"redirect_document_id": false
|
"redirect_document_id": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"source_path": "windows/education/itadmins.yml",
|
"source_path": "windows/education/itadmins.md",
|
||||||
"redirect_url": "/education/",
|
"redirect_url": "/education/",
|
||||||
"redirect_document_id": true
|
"redirect_document_id": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"source_path": "windows/education/partners.yml",
|
"source_path": "windows/education/partners.md",
|
||||||
"redirect_url": "/education/",
|
"redirect_url": "/education/",
|
||||||
"redirect_document_id": true
|
"redirect_document_id": true
|
||||||
},
|
},
|
||||||
@ -19511,9 +19511,9 @@
|
|||||||
"redirect_document_id": false
|
"redirect_document_id": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"source_path": "windows/education/developers.yml",
|
"source_path": "windows/education/developers.md",
|
||||||
"redirect_url": "/education/",
|
"redirect_url": "/education/",
|
||||||
"redirect_document_id": true
|
"redirect_document_id": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user