From 6dbed300082fa1953bfb22fc51065b7ca82d2807 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Sat, 18 Sep 2021 00:03:59 -0500 Subject: [PATCH 1/3] Updated Web UI dev docs reference --- wled00/html_other.h | 2 +- wled00/html_settings.h | 2 +- wled00/html_ui.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wled00/html_other.h b/wled00/html_other.h index 08a3bc29c..af0c44f66 100644 --- a/wled00/html_other.h +++ b/wled00/html_other.h @@ -1,7 +1,7 @@ /* * More web UI HTML source arrays. * This file is auto generated, please don't make any changes manually. - * Instead, see https://github.com/Aircoookie/WLED/wiki/Add-own-functionality#web-ui + * Instead, see https://kno.wled.ge/advanced/custom-features/#changing-web-ui * to find out how to easily modify the web UI source! */ diff --git a/wled00/html_settings.h b/wled00/html_settings.h index a5bd1a3e0..b664eecd8 100644 --- a/wled00/html_settings.h +++ b/wled00/html_settings.h @@ -1,7 +1,7 @@ /* * More web UI HTML source arrays. * This file is auto generated, please don't make any changes manually. - * Instead, see https://github.com/Aircoookie/WLED/wiki/Add-own-functionality#web-ui + * Instead, see https://kno.wled.ge/advanced/custom-features/#changing-web-ui * to find out how to easily modify the web UI source! */ diff --git a/wled00/html_ui.h b/wled00/html_ui.h index 896030709..a6c83504f 100644 --- a/wled00/html_ui.h +++ b/wled00/html_ui.h @@ -2,7 +2,7 @@ * Binary array for the Web UI. * gzip is used for smaller size and improved speeds. * - * Please see https://github.com/Aircoookie/WLED/wiki/Add-own-functionality#web-ui + * Please see https://kno.wled.ge/advanced/custom-features/#changing-web-ui * to find out how to easily modify the web UI source! */ From 72d04a0120335fd7b11b2ff3d8e1b1b831d78b0c Mon Sep 17 00:00:00 2001 From: Gabriel Date: Sat, 18 Sep 2021 00:23:51 -0500 Subject: [PATCH 2/3] Updated reference to docs on readme to knoWLEDge --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 64b70bd9a..506f7de73 100644 --- a/readme.md +++ b/readme.md @@ -49,7 +49,7 @@ A fast and feature-rich implementation of an ESP8266/ESP32 webserver to control ## 📲 Quick start guide and documentation -See the [wiki](https://github.com/Aircoookie/WLED/wiki)! +See the [documentation on our official site](https://kno.wled.ge)! [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! From 10a52f8cf9c98f4baba78f9723ae746ffaae6a99 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Sat, 18 Sep 2021 09:02:37 -0500 Subject: [PATCH 3/3] Updated cdata.js so generated files point to knoWLEDge --- tools/cdata.js | 4 ++-- wled00/html_other.h | 2 +- wled00/html_settings.h | 2 +- wled00/html_ui.h | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tools/cdata.js b/tools/cdata.js index 8a9048435..ff5506c66 100644 --- a/tools/cdata.js +++ b/tools/cdata.js @@ -90,7 +90,7 @@ function writeHtmlGzipped(sourceFile, resultFile) { * Binary array for the Web UI. * gzip is used for smaller size and improved speeds. * - * Please see https://github.com/Aircoookie/WLED/wiki/Add-own-functionality#web-ui + * Please see https://kno.wled.ge/advanced/custom-features/#changing-web-ui * to find out how to easily modify the web UI source! */ @@ -175,7 +175,7 @@ function writeChunks(srcDir, specs, resultFile) { let src = `/* * More web UI HTML source arrays. * This file is auto generated, please don't make any changes manually. - * Instead, see https://github.com/Aircoookie/WLED/wiki/Add-own-functionality#web-ui + * Instead, see https://kno.wled.ge/advanced/custom-features/#changing-web-ui * to find out how to easily modify the web UI source! */ `; diff --git a/wled00/html_other.h b/wled00/html_other.h index 08a3bc29c..af0c44f66 100644 --- a/wled00/html_other.h +++ b/wled00/html_other.h @@ -1,7 +1,7 @@ /* * More web UI HTML source arrays. * This file is auto generated, please don't make any changes manually. - * Instead, see https://github.com/Aircoookie/WLED/wiki/Add-own-functionality#web-ui + * Instead, see https://kno.wled.ge/advanced/custom-features/#changing-web-ui * to find out how to easily modify the web UI source! */ diff --git a/wled00/html_settings.h b/wled00/html_settings.h index a5bd1a3e0..b664eecd8 100644 --- a/wled00/html_settings.h +++ b/wled00/html_settings.h @@ -1,7 +1,7 @@ /* * More web UI HTML source arrays. * This file is auto generated, please don't make any changes manually. - * Instead, see https://github.com/Aircoookie/WLED/wiki/Add-own-functionality#web-ui + * Instead, see https://kno.wled.ge/advanced/custom-features/#changing-web-ui * to find out how to easily modify the web UI source! */ diff --git a/wled00/html_ui.h b/wled00/html_ui.h index 896030709..a6c83504f 100644 --- a/wled00/html_ui.h +++ b/wled00/html_ui.h @@ -2,7 +2,7 @@ * Binary array for the Web UI. * gzip is used for smaller size and improved speeds. * - * Please see https://github.com/Aircoookie/WLED/wiki/Add-own-functionality#web-ui + * Please see https://kno.wled.ge/advanced/custom-features/#changing-web-ui * to find out how to easily modify the web UI source! */