diff --git a/CHANGELOG.md b/CHANGELOG.md index 6369804d..fc4d034d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [WLED upstream](https://github.com/Aircoookie/WLED/tree/0_14_1) changelog +## [WLED upstream](https://github.com/wled/WLED/tree/0_14_1) changelog #### Build 2403290 - WLED 0.14.3 release diff --git a/package.json b/package.json index 0e0d78d7..9487b088 100644 --- a/package.json +++ b/package.json @@ -13,14 +13,14 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/MoonModules/WLED.git" + "url": "git+https://github.com/MoonModules/WLED-MM.git" }, "author": "", "license": "EUPL-1.2", "bugs": { - "url": "https://github.com/MoonModules/WLED/issues" + "url": "https://github.com/MoonModules/WLED-MM/issues" }, - "homepage": "https://github.com/MoonModules/WLED#readme", + "homepage": "https://github.com/MoonModules/WLED-MM#readme", "dependencies": { "clean-css": "^4.2.3", "html-minifier-terser": "^5.1.1", diff --git a/tools/cdata.js b/tools/cdata.js index 561d390e..f8bd7610 100644 --- a/tools/cdata.js +++ b/tools/cdata.js @@ -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) { diff --git a/usermods/audioreactive/audio_reactive.h b/usermods/audioreactive/audio_reactive.h index 9a9a4e7d..731f96c5 100644 --- a/usermods/audioreactive/audio_reactive.h +++ b/usermods/audioreactive/audio_reactive.h @@ -3,9 +3,9 @@ /* @title MoonModules WLED - audioreactive usermod @file audio_reactive.h - @repo https://github.com/MoonModules/WLED, submit changes to this file as PRs to MoonModules/WLED - @Authors https://github.com/MoonModules/WLED/commits/mdev/ - @Copyright © 2024 Github MoonModules Commit Authors (contact moonmodules@icloud.com for details) + @repo https://github.com/MoonModules/WLED-MM, submit changes to this file as PRs to MoonModules/WLED-MM + @Authors https://github.com/MoonModules/WLED-MM/commits/mdev/ + @Copyright © 2024,2025 Github MoonModules Commit Authors (contact moonmodules@icloud.com for details) @license Licensed under the EUPL-1.2 or later */ diff --git a/usermods/audioreactive/audio_source.h b/usermods/audioreactive/audio_source.h index c4de4e33..6d31e029 100644 --- a/usermods/audioreactive/audio_source.h +++ b/usermods/audioreactive/audio_source.h @@ -3,9 +3,9 @@ /* @title MoonModules WLED - audioreactive usermod @file audio_source.h - @repo https://github.com/MoonModules/WLED, submit changes to this file as PRs to MoonModules/WLED - @Authors https://github.com/MoonModules/WLED/commits/mdev/ - @Copyright © 2024 Github MoonModules Commit Authors (contact moonmodules@icloud.com for details) + @repo https://github.com/MoonModules/WLED-MM, submit changes to this file as PRs to MoonModules/WLED-MM + @Authors https://github.com/MoonModules/WLED-MM/commits/mdev/ + @Copyright © 2024,2025 Github MoonModules Commit Authors (contact moonmodules@icloud.com for details) @license Licensed under the EUPL-1.2 or later */ diff --git a/usermods/usermod_v2_auto_playlist/usermod_v2_auto_playlist.h b/usermods/usermod_v2_auto_playlist/usermod_v2_auto_playlist.h index 15a55e27..1e608ad3 100644 --- a/usermods/usermod_v2_auto_playlist/usermod_v2_auto_playlist.h +++ b/usermods/usermod_v2_auto_playlist/usermod_v2_auto_playlist.h @@ -3,9 +3,9 @@ /* @title MoonModules WLED - auto-playlist usermod @file usermod_v2_auto_playlist.h - @repo https://github.com/MoonModules/WLED, submit changes to this file as PRs to MoonModules/WLED - @Authors https://github.com/MoonModules/WLED/commits/mdev/ - @Copyright © 2024 Github MoonModules Commit Authors (contact moonmodules@icloud.com for details) + @repo https://github.com/MoonModules/WLED-MM, submit changes to this file as PRs to MoonModules/WLED-MM + @Authors https://github.com/MoonModules/WLED-MM/commits/mdev/ + @Copyright © 2024,2025 Github MoonModules Commit Authors (contact moonmodules@icloud.com for details) @license Licensed under the EUPL-1.2 or later */ diff --git a/wled00/FX.cpp b/wled00/FX.cpp index 5a543b6c..a900eb1a 100644 --- a/wled00/FX.cpp +++ b/wled00/FX.cpp @@ -8854,8 +8854,8 @@ static const char _data_FX_MODE_2DWAVINGCELL[] PROGMEM = "Waving Cell@!,,Amplitu /* @title MoonModules WLED - GEQ 3D Effect @file included in FX.cpp - @repo https://github.com/MoonModules/WLED, submit changes to this file as PRs to MoonModules/WLED - @Authors https://github.com/MoonModules/WLED/commits/mdev/ + @repo https://github.com/MoonModules/WLED-MM, submit changes to this file as PRs to MoonModules/WLED-MM + @Authors https://github.com/MoonModules/WLED-MM/commits/mdev/ @Copyright © 2024 Github MoonModules Commit Authors (contact moonmodules@icloud.com for details) @license Licensed under the EUPL-1.2 or later */ @@ -9001,8 +9001,8 @@ static const char _data_FX_MODE_GEQLASER[] PROGMEM = "GEQ 3D ☾@Speed,Front Fil /* @title MoonModules WLED - Painbrush Effect @file included in FX.cpp - @repo https://github.com/MoonModules/WLED, submit changes to this file as PRs to MoonModules/WLED - @Authors https://github.com/MoonModules/WLED/commits/mdev/ + @repo https://github.com/MoonModules/WLED-MM, submit changes to this file as PRs to MoonModules/WLED-MM + @Authors https://github.com/MoonModules/WLED-MM/commits/mdev/ @Copyright © 2024 Github MoonModules Commit Authors (contact moonmodules@icloud.com for details) @license GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 diff --git a/wled00/data/index.js b/wled00/data/index.js index a1b564ec..15ee1a91 100644 --- a/wled00/data/index.js +++ b/wled00/data/index.js @@ -3224,7 +3224,7 @@ setInterval(()=>{ gId('heartMM').style.color = `hsl(${hc}, 100%, 50%)`; }, 910); -function openGH() { window.open("https://github.com/Aircoookie/WLED/wiki"); } +function openGH() { window.open("https://mm.kno.wled.ge/"); } var cnfr = false; function cnfReset() diff --git a/wled00/data/settings_dmx.htm b/wled00/data/settings_dmx.htm index 30a62fe5..17fba354 100644 --- a/wled00/data/settings_dmx.htm +++ b/wled00/data/settings_dmx.htm @@ -7,7 +7,7 @@