From b09ee27848101f8b91312081f73badaef6e84865 Mon Sep 17 00:00:00 2001 From: "Anthony J. Fontanez" Date: Thu, 28 Oct 2021 18:27:26 -0400 Subject: [PATCH 1/2] Corrected link to source data and in sample output --- content/Data Sources/ms-mswin-buildnumbers.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/content/Data Sources/ms-mswin-buildnumbers.md b/content/Data Sources/ms-mswin-buildnumbers.md index ab1054c..6ad6aeb 100644 --- a/content/Data Sources/ms-mswin-buildnumbers.md +++ b/content/Data Sources/ms-mswin-buildnumbers.md @@ -4,7 +4,7 @@ date: 2021-07-08T16:28:20-04:00 draft: false --- -Windows Builds are available in JSON format at this address: [https://raw.datafornerds.io/ms/mswin/buildnumbers.json](https://raw.datafornerds.io/ms/mswin/buildnumbers.json). The source of this information is [this site](https://docs.microsoft.com/en-us/windows/release-health/release-information). The data is validated hourly. +Windows Builds are available in JSON format at this address: [https://raw.datafornerds.io/ms/mswin/buildnumbers.json](https://raw.datafornerds.io/ms/mswin/buildnumbers.json). The source of this information is [this site](https://support.microsoft.com/en-us/topic/windows-10-update-history-1b6aac92-bf01-42b5-b158-f80c6d93eb11). The data is validated hourly. ## Sample Data @@ -12,10 +12,7 @@ Windows Builds are available in JSON format at this address: [https://raw.datafo { "DataForNerds": { "LastUpdatedUTC": "\/Date(1625758980460)\/", - "SourceList": [ - "https://docs.microsoft.com/en-us/windows/release-health/release-information", - "https://winreleaseinfoprod.blob.core.windows.net/winreleaseinfoprod/en-US.html" - ] + "SourceList": "https://support.microsoft.com/en-us/topic/windows-10-update-history-1b6aac92-bf01-42b5-b158-f80c6d93eb11" }, "Data": [{ "Win10Version": "10.0.10240.16683", From 45d835c53d785b6b202d59d12020f31b704167ab Mon Sep 17 00:00:00 2001 From: "Anthony J. Fontanez" Date: Thu, 28 Oct 2021 18:30:13 -0400 Subject: [PATCH 2/2] Updated LastUpdatedUTC --- content/Data Sources/ms-mswin-buildnumbers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/Data Sources/ms-mswin-buildnumbers.md b/content/Data Sources/ms-mswin-buildnumbers.md index 6ad6aeb..b0dbb64 100644 --- a/content/Data Sources/ms-mswin-buildnumbers.md +++ b/content/Data Sources/ms-mswin-buildnumbers.md @@ -11,7 +11,7 @@ Windows Builds are available in JSON format at this address: [https://raw.datafo ```json { "DataForNerds": { - "LastUpdatedUTC": "\/Date(1625758980460)\/", + "LastUpdatedUTC": "2021-10-26T19:15:20.4188207Z", "SourceList": "https://support.microsoft.com/en-us/topic/windows-10-update-history-1b6aac92-bf01-42b5-b158-f80c6d93eb11" }, "Data": [{