diff --git a/script.js b/script.js index 2c10e87a8..d1d4a198c 100644 --- a/script.js +++ b/script.js @@ -110,7 +110,8 @@ function populateModuleList(moduleListId, type) { let currentCategory = ''; // Store the current category let currentCat // Fetch the README content from the GitHub API and handle it in the promise chain - fetch("https://gist.githubusercontent.com/odtheking/3b457272673e0937885e8c6a6b65ff5f/raw/20785c0f5f3114136b025b24e2a7116aa3e38627/gistfile1.txt") + fetch("https://gist.githubusercontent.com/odtheking/3b457272673e0937885e8c6a6b65ff5f/raw/f2b49ffd7c4ce643d4b611ccf92a20a8387c5492/OdinFeatureListBoth.txt") + .then(response => response.json()) .then(data => { console.log(data) const modulePairs = parseReadmeContent(data);