From 3daf1145e02b3109af926c711b462f04006f8692 Mon Sep 17 00:00:00 2001 From: proddy Date: Sat, 16 Nov 2024 15:22:28 +0100 Subject: [PATCH] use new URLs for 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 | 6 +++--- interface/src/app/main/Help.tsx | 4 ++-- mock-api/rest_server.ts | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 8d349fca4..339f49b00 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://emsesp.org/Troubleshooting/) +- [ ] Searched the issue in the [docs](https://docs.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 62c86f614..10f68424e 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://emsesp.org + url: https://docs.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 1c8357d7b..7a5a4a6f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,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 [www.emsesp.org](https://www.emsesp.org/). +For more details go to [docs.emsesp.org](https://docs.emsesp.org/). ## Added diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index c0c2c852e..73df2fa9c 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -1,6 +1,6 @@ # Changelog -For more details go to [www.emsesp.org](https://www.emsesp.org/). +For more details go to [docs.emsesp.org](https://docs.emsesp.org/). ## [3.7.1] diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 65fa2055c..3967b676b 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://emsesp.org) +- contributing to missing [documentation](https://docs.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 e4f09ff2d..4e0e74ef7 100644 --- a/README.md +++ b/README.md @@ -34,17 +34,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://emsesp.org/Getting-Started/#first-time-install) of the documentation. +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/Getting-Started/#first-time-install) of the documentation. ## **Documentation** -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. +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. ## **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 [here](https://emsesp.org/Support/) on how to submit a bug report or feature request. +If you find an issue or have a request, see [here](https://docs.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 932e4de38..0fa7fe4c5 100644 --- a/interface/src/app/main/Help.tsx +++ b/interface/src/app/main/Help.tsx @@ -105,7 +105,7 @@ const Help = () => { notFound ? '' : customSupportIMG || - 'https://emsesp.org/_media/images/installer.jpeg' + 'https://docs.emsesp.org/_media/images/installer.jpeg' } /> @@ -114,7 +114,7 @@ const Help = () => { {me.admin && ( - + diff --git a/mock-api/rest_server.ts b/mock-api/rest_server.ts index 2615ae0f1..4461204c3 100644 --- a/mock-api/rest_server.ts +++ b/mock-api/rest_server.ts @@ -204,7 +204,7 @@ function custom_support() { '', "For help and questions please contact your installer." ], - img_url: 'https://emsesp.org/_media/images/designer.png' + img_url: 'https://docs.emsesp.org/_media/images/designer.png' // img_url: 'https://picsum.photos/200/300' } };