From e638a471d1472de50349ea9e998ea835a379a472 Mon Sep 17 00:00:00 2001 From: proddy Date: Mon, 29 Dec 2025 10:44:32 +0100 Subject: [PATCH] rename docs.emsesp.org to emsesp.org --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/config.yml | 2 +- CHANGELOG.md | 2 +- CHANGELOG_LATEST.md | 2 +- CONTRIBUTING.md | 2 +- README.md | 8 ++++---- interface/src/app/main/Help.tsx | 5 ++--- interface/src/index.tsx | 4 ++-- mock-api/restServer.ts | 2 +- src/core/mqtt.cpp | 2 +- src/web/WebStatusService.cpp | 3 +-- test/test_data/custom_support.json | 2 +- 12 files changed, 17 insertions(+), 19 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 339f49b00..8d349fca4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -21,7 +21,7 @@ _Make sure your have performed every step and checked the applicable boxes befor - [ ] Searched the issue in [issues](https://github.com/emsesp/EMS-ESP32/issues) - [ ] Searched the issue in [discussions](https://github.com/emsesp/EMS-ESP32/discussions) -- [ ] Searched the issue in the [docs](https://docs.emsesp.org/Troubleshooting/) +- [ ] Searched the issue in the [docs](https://emsesp.org/Troubleshooting/) - [ ] Searched the issue in the [chat](https://discord.gg/3J3GgnzpyT) - [ ] Provide the System information in the area below, taken from `http:///api/system` diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 10f68424e..62c86f614 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,7 +1,7 @@ blank_issues_enabled: false contact_links: - name: EMS-ESP Docs - url: https://docs.emsesp.org + url: https://emsesp.org about: All the information related to EMS-ESP. - name: EMS-ESP Discussions and Support url: https://github.com/emsesp/EMS-ESP32/discussions diff --git a/CHANGELOG.md b/CHANGELOG.md index 243459c6b..ceaac19f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -85,7 +85,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - The automatically generated temperature sensor ID has replaced dashes (`-`) with underscores (`_`) to be compatible with Home Assistant. - `api/system/info` has it's JSON key names changed to camelCase syntax. -For more details go to [docs.emsesp.org](https://docs.emsesp.org/). +For more details go to [emsesp.org](https://emsesp.org/). ## Added diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index 91bc9e8cf..950b07a0e 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -1,6 +1,6 @@ # Changelog -For more details go to [docs.emsesp.org](https://docs.emsesp.org/). +For more details go to [emsesp.org](https://emsesp.org/). ## [3.8.0] diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cd584a42e..04d99e530 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,7 @@ Everybody is welcome and invited to contribute to the EMS-ESP Project by: - providing Pull Requests (Features, Fixes, suggestions) - testing new released features and report issues on your EMS equipment -- contributing to missing [documentation](https://docs.emsesp.org) +- contributing to missing [documentation](https://emsesp.org) This document describes rules that are in effect for this repository, meant for handling issues by contributors in the issue tracker and PRs. diff --git a/README.md b/README.md index 77d981e27..93b2ed589 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Contribute - + Guides @@ -60,17 +60,17 @@ It requires a small circuit to interface with the EMS bus which can be purchased ## 🚀  **Installing** -Head over to [download.emsesp.org](https://download.emsesp.org) for instructions on how to install EMS-ESP. There is also further details on which boards are supported in [this section](https://docs.emsesp.org/Installing/) of the documentation. +Head over to the [Installation Guide](https://emsesp.org/Installing) section of the documentation for instructions on how to install EMS-ESP. ## 📋  **Documentation** -Visit [emsesp.org](https://docs.emsesp.org) for more details on how to install and configure EMS-ESP. There is also a collection of Frequently Asked Questions and Troubleshooting tips with example customizations from the community. +Visit [emsesp.org](https://emsesp.org) for more details on how to install and configure EMS-ESP. There is also a collection of Frequently Asked Questions and Troubleshooting tips with example customizations from the community. ## 💬  **Getting Support** To chat with the community reach out on our [Discord Server](https://discord.gg/3J3GgnzpyT). -If you find an issue or have a request, see [how to request support](https://docs.emsesp.org/Support/) on how to submit a bug report or feature request. +If you find an issue or have a request, see [how to request support](https://emsesp.org/Support/) on how to submit a bug report or feature request. ## 🎥  **Live Demo** diff --git a/interface/src/app/main/Help.tsx b/interface/src/app/main/Help.tsx index fc13bf85e..320b55ba0 100644 --- a/interface/src/app/main/Help.tsx +++ b/interface/src/app/main/Help.tsx @@ -42,8 +42,7 @@ interface CustomSupport { html: string | null; } -// Constants moved outside component to prevent recreation -const DEFAULT_IMAGE_URL = 'https://docs.emsesp.org/_media/images/installer.jpeg'; +const DEFAULT_IMAGE_URL = 'https://emsesp.org/_media/images/installer.jpeg'; const SUPPORT_BOX_STYLES: SxProps = { borderRadius: 3, @@ -116,7 +115,7 @@ const HelpComponent = () => { const helpLinks: HelpLink[] = useMemo( () => [ { - href: 'https://docs.emsesp.org', + href: 'https://emsesp.org', icon: , label: () => LL.HELP_INFORMATION_1() }, diff --git a/interface/src/index.tsx b/interface/src/index.tsx index 37f0bb676..f3420463d 100644 --- a/interface/src/index.tsx +++ b/interface/src/index.tsx @@ -91,12 +91,12 @@ function ErrorPage() {

Please report on{' '} - https://docs.emsesp.org/Support + https://emsesp.org/Support

diff --git a/mock-api/restServer.ts b/mock-api/restServer.ts index c5974d417..f34ff77e6 100644 --- a/mock-api/restServer.ts +++ b/mock-api/restServer.ts @@ -384,7 +384,7 @@ function custom_support() { '', "For help and questions please contact your installer." ], - img_url: 'https://docs.emsesp.org/_media/images/designer.png' + img_url: 'https://emsesp.org/_media/images/designer.png' // img_url: 'https://picsum.photos/200/300' } }; diff --git a/src/core/mqtt.cpp b/src/core/mqtt.cpp index 17e8a1acb..1d721dd53 100644 --- a/src/core/mqtt.cpp +++ b/src/core/mqtt.cpp @@ -496,7 +496,7 @@ void Mqtt::on_connect() { // with disabled HA we subscribe and the broker sends all stored HA-emsesp-configs. // Around line 272 they are removed (search for "// remove HA topics if we don't use discover") // If HA is enabled the subscriptions are removed. - // As described in the doc (https://docs.emsesp.org/Troubleshooting?id=home-assistant): + // As described in the doc (https://emsesp.org/Troubleshooting?id=home-assistant): // disable HA, wait 5 minutes (to allow the broker to send all), than reenable HA again. queue_subscribe_message(discovery_prefix_ + "/+/" + Mqtt::basename() + "/#"); } diff --git a/src/web/WebStatusService.cpp b/src/web/WebStatusService.cpp index 48680e915..be8da58c3 100644 --- a/src/web/WebStatusService.cpp +++ b/src/web/WebStatusService.cpp @@ -345,8 +345,7 @@ bool WebStatusService::getCustomSupport(JsonObject root) { #if defined(EMSESP_STANDALONE) // dummy test data for "test api3" - deserializeJson( - doc, "{\"type\":\"customSupport\",\"Support\":{\"html\":[\"html code\",\"here\"], \"img_url\": \"https://docs.emsesp.org/_media/images/designer.png\"}"); + deserializeJson(doc, "{\"type\":\"customSupport\",\"Support\":{\"html\":[\"html code\",\"here\"], \"img_url\": \"https://emsesp.org/_media/images/designer.png\"}"); #else // check if we have custom support file uploaded File file = LittleFS.open(EMSESP_CUSTOMSUPPORT_FILE, "r"); diff --git a/test/test_data/custom_support.json b/test/test_data/custom_support.json index 882851445..b528645a3 100644 --- a/test/test_data/custom_support.json +++ b/test/test_data/custom_support.json @@ -13,6 +13,6 @@ "", "For help and questions please contact your installer." ], - "img_url": "https://docs.emsesp.org/_media/images/designer.png" + "img_url": "https://emsesp.org/_media/images/designer.png" } } \ No newline at end of file