From 5664a0a973277df9017d9dc5521d90409653749d Mon Sep 17 00:00:00 2001 From: Frank <91616163+softhack007@users.noreply.github.com> Date: Mon, 24 Nov 2025 00:38:52 +0100 Subject: [PATCH] Comment out WLED upstream URL replacement Commented out the line replacing the WLED upstream URL to prevent breaking credits. --- tools/cdata.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cdata.js b/tools/cdata.js index 3a5b6da0..d9664551 100644 --- a/tools/cdata.js +++ b/tools/cdata.js @@ -63,7 +63,7 @@ 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-dev/WLED", repoUrl); // replacing upstream break "credits" // 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 - not necessary to replace ourselves ;-)