fix outdated URLs

Aircoookie Wiki => mm.kno.wled.ge
MoonModules/WLED => MoonModules/WLED-MM
Aircoookie/WLED => wled/WLED
2024 => 2025
This commit is contained in:
Frank
2025-11-23 17:18:10 +01:00
parent 424416d51a
commit e0c7d254bb
13 changed files with 31 additions and 28 deletions

View File

@@ -63,7 +63,10 @@ function adoptVersionAndRepo(html) {
// Replace we
html = strReplace(html, "https://github.com/atuline/WLED", repoUrl);
html = strReplace(html, "https://github.com/Aircoookie/WLED", repoUrl);
html = strReplace(html, "https://github.com/wled-dev/WLED", repoUrl);
html = strReplace(html, "https://github.com/wled/WLED", repoUrl);
html = strReplace(html, "https://github.com/MoonModules/WLED", repoUrl); //WLEDMM
html = strReplace(html, "https://github.com/MoonModules/WLED-MM", repoUrl); //WLEDMM
}
let version = packageJson.version;
if (version) {