diff --git a/scripts/populatePatches.js b/scripts/populatePatches.js index ed3e972..38d1f9a 100644 --- a/scripts/populatePatches.js +++ b/scripts/populatePatches.js @@ -1,5 +1,5 @@ async function populate() { - const requestURL = 'https://raw.githubusercontent.com/FAForever/patchnotes/IndexPage-Overhall/data/patches.json'; + const requestURL = 'https://raw.githubusercontent.com/FAForever/patchnotes/master/data/patches.json'; const request = new Request(requestURL); const response = await fetch(request);