From f47ce44fcfd54b6d312ac810c765e87face63754 Mon Sep 17 00:00:00 2001 From: Tami Fosmark Date: Thu, 5 May 2022 15:57:16 -0700 Subject: [PATCH 1/5] fix source paths YAML files must have .md in source path entry, as that's the "rendered" format on the live site --- .openpublishing.redirection.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.openpublishing.redirection.json b/.openpublishing.redirection.json index 6ba49fc316..9b4af5acec 100644 --- a/.openpublishing.redirection.json +++ b/.openpublishing.redirection.json @@ -19496,12 +19496,12 @@ "redirect_document_id": false }, { - "source_path": "windows/education/itadmins.yml", + "source_path": "windows/education/itadmins.md", "redirect_url": "/education/", "redirect_document_id": true }, { - "source_path": "windows/education/partners.yml", + "source_path": "windows/education/partners.md", "redirect_url": "/education/", "redirect_document_id": true }, @@ -19511,9 +19511,9 @@ "redirect_document_id": false }, { - "source_path": "windows/education/developers.yml", + "source_path": "windows/education/developers.md", "redirect_url": "/education/", "redirect_document_id": true } ] -} \ No newline at end of file +} From 2c859818beff792ea36ccf3bf58bcd4aad93dc37 Mon Sep 17 00:00:00 2001 From: Thomas Raya Date: Tue, 17 May 2022 11:29:11 -0700 Subject: [PATCH 2/5] Update .openpublishing.redirection.json --- .openpublishing.redirection.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.openpublishing.redirection.json b/.openpublishing.redirection.json index eced314460..45e6b0355f 100644 --- a/.openpublishing.redirection.json +++ b/.openpublishing.redirection.json @@ -19496,12 +19496,12 @@ "redirect_document_id": false }, { - "source_path": "windows/education/itadmins.md", + "source_path": "education/itadmins.md", "redirect_url": "/education/", "redirect_document_id": true }, { - "source_path": "windows/education/partners.md", + "source_path": "education/partners.md", "redirect_url": "/education/", "redirect_document_id": true }, From fa502af440f9e1e81aa661e2bb89b8451d5407be Mon Sep 17 00:00:00 2001 From: Thomas Raya Date: Tue, 17 May 2022 11:30:34 -0700 Subject: [PATCH 3/5] Update .openpublishing.redirection.json --- .openpublishing.redirection.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.openpublishing.redirection.json b/.openpublishing.redirection.json index 45e6b0355f..ec4889e6b5 100644 --- a/.openpublishing.redirection.json +++ b/.openpublishing.redirection.json @@ -19521,7 +19521,7 @@ "redirect_document_id": false }, { - "source_path": "windows/education/developers.md", + "source_path": "education/developers.md", "redirect_url": "/education/", "redirect_document_id": true }, From d5b5604d75d3906cf1db742824fea9a7c5ccbf97 Mon Sep 17 00:00:00 2001 From: Thomas Raya Date: Tue, 17 May 2022 11:35:02 -0700 Subject: [PATCH 4/5] Update .openpublishing.redirection.json --- .openpublishing.redirection.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.openpublishing.redirection.json b/.openpublishing.redirection.json index ee605fd83b..40c2d73766 100644 --- a/.openpublishing.redirection.json +++ b/.openpublishing.redirection.json @@ -19503,7 +19503,7 @@ { "source_path": "education/partners.md", "redirect_url": "/education/", - "redirect_document_id": true + "redirect_document_id": false }, { "source_path": "windows/security/threat-protection/security-compliance-toolkit-10.md", @@ -19523,7 +19523,7 @@ { "source_path": "education/developers.md", "redirect_url": "/education/", - "redirect_document_id": true + "redirect_document_id": false }, { "source_path": "windows/client-management/mdm/enterpriseappmanagement-csp.md", From 1209fb1ec05b0adf7cf40cf40655185196357d17 Mon Sep 17 00:00:00 2001 From: Thomas Raya Date: Tue, 17 May 2022 11:40:19 -0700 Subject: [PATCH 5/5] Update .openpublishing.redirection.json --- .openpublishing.redirection.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.openpublishing.redirection.json b/.openpublishing.redirection.json index 40c2d73766..3b5648bc2e 100644 --- a/.openpublishing.redirection.json +++ b/.openpublishing.redirection.json @@ -19496,13 +19496,13 @@ "redirect_document_id": false }, { - "source_path": "education/itadmins.md", - "redirect_url": "/education/", + "source_path": "education/itadmins.yml", + "redirect_url": "/education", "redirect_document_id": true }, { - "source_path": "education/partners.md", - "redirect_url": "/education/", + "source_path": "education/partners.yml", + "redirect_url": "/education", "redirect_document_id": false }, { @@ -19521,8 +19521,8 @@ "redirect_document_id": false }, { - "source_path": "education/developers.md", - "redirect_url": "/education/", + "source_path": "education/developers.yml", + "redirect_url": "/education", "redirect_document_id": false }, {