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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user