diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 56c70b0ff..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://emsesp.github.io/docs/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 5058ab586..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://emsesp.github.io/docs/ + 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/CONTRIBUTING.md b/CONTRIBUTING.md index 651e51c67..65fa2055c 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.github.io/docs) +- 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 5a31bfb49..90a64e624 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,11 @@ - Native support for Home Assistant, Domoticz and openHAB via [MQTT Discovery](https://www.home-assistant.io/docs/mqtt/discovery/) - Can run standalone as an independent WiFi Access Point or join an existing WiFi network - Easy first-time configuration via a web Captive Portal -- Support for more than [120+ EMS devices](https://emsesp.github.io/docs/All-Devices/) (boilers, thermostats, solar modules, mixer modules, heat pumps, gateways, switches, heat sources) +- Support for more than [120+ EMS devices](https://emsesp.org/All-Devices/) (boilers, thermostats, solar modules, mixer modules, heat pumps, gateways, switches, heat sources) ## **Documentation** -For the complete documentation on how to install, configure and get support visit the [EMS-ESP Wiki](https://emsesp.github.io/docs). +For the complete documentation on how to install, configure and get support visit the [EMS-ESP Wiki](https://emsesp.org). ## **Support** @@ -35,7 +35,7 @@ If you like **EMS-ESP**, please give it a star, or fork it and contribute or off ## **Demo** -For a live demo of the Web UI click [here](https://ems-esp.derbyshire.nl) and log in with any username/password. +For a live demo of the Web UI click [here](https://demo.emsesp.org) and log in with any username/password. ## **Contributors ✨** diff --git a/interface/package.json b/interface/package.json index 51334dcaa..44112caba 100644 --- a/interface/package.json +++ b/interface/package.json @@ -2,7 +2,7 @@ "name": "EMS-ESP", "version": "3.7", "description": "Build the EMS-ESP WebUI", - "homepage": "https://emsesp.github.io/docs", + "homepage": "https://emsesp.org", "author": "proddy", "license": "MIT", "private": true, diff --git a/interface/src/app/main/Help.tsx b/interface/src/app/main/Help.tsx index 47ff6d10c..d60e6ac47 100644 --- a/interface/src/app/main/Help.tsx +++ b/interface/src/app/main/Help.tsx @@ -53,18 +53,18 @@ const Help = () => { return ( <> - - - - - - - - - - - - + + + + + + + + + + + +