Skip to content

Commit f85f2d5

Browse files
authored
Merge pull request wled#2203 from protoplasma-mx/master
Updated links in files generated by cdata.js
2 parents a94269c + a899666 commit f85f2d5

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ A fast and feature-rich implementation of an ESP8266/ESP32 webserver to control
4949

5050
## 📲 Quick start guide and documentation
5151

52-
See the [wiki](https://github.com/Aircoookie/WLED/wiki)!
52+
See the [documentation on our official site](https://kno.wled.ge)!
5353

5454
[On this page](https://github.com/Aircoookie/WLED/wiki/Learning-the-ropes) you can find excellent tutorials made by the community and helpful tools to help you get your new lamp up and running!
5555

tools/cdata.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ function writeHtmlGzipped(sourceFile, resultFile) {
9090
* Binary array for the Web UI.
9191
* gzip is used for smaller size and improved speeds.
9292
*
93-
* Please see https://github.com/Aircoookie/WLED/wiki/Add-own-functionality#web-ui
93+
* Please see https://kno.wled.ge/advanced/custom-features/#changing-web-ui
9494
* to find out how to easily modify the web UI source!
9595
*/
9696
@@ -175,7 +175,7 @@ function writeChunks(srcDir, specs, resultFile) {
175175
let src = `/*
176176
* More web UI HTML source arrays.
177177
* This file is auto generated, please don't make any changes manually.
178-
* Instead, see https://github.com/Aircoookie/WLED/wiki/Add-own-functionality#web-ui
178+
* Instead, see https://kno.wled.ge/advanced/custom-features/#changing-web-ui
179179
* to find out how to easily modify the web UI source!
180180
*/
181181
`;

wled00/html_other.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* More web UI HTML source arrays.
33
* This file is auto generated, please don't make any changes manually.
4-
* Instead, see https://github.com/Aircoookie/WLED/wiki/Add-own-functionality#web-ui
4+
* Instead, see https://kno.wled.ge/advanced/custom-features/#changing-web-ui
55
* to find out how to easily modify the web UI source!
66
*/
77

wled00/html_settings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* More web UI HTML source arrays.
33
* This file is auto generated, please don't make any changes manually.
4-
* Instead, see https://github.com/Aircoookie/WLED/wiki/Add-own-functionality#web-ui
4+
* Instead, see https://kno.wled.ge/advanced/custom-features/#changing-web-ui
55
* to find out how to easily modify the web UI source!
66
*/
77

wled00/html_ui.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Binary array for the Web UI.
33
* gzip is used for smaller size and improved speeds.
44
*
5-
* Please see https://github.com/Aircoookie/WLED/wiki/Add-own-functionality#web-ui
5+
* Please see https://kno.wled.ge/advanced/custom-features/#changing-web-ui
66
* to find out how to easily modify the web UI source!
77
*/
88

0 commit comments

Comments
 (0)