Skip to content

Commit

Permalink
Merge pull request emsesp#2211 from proddy/dev
Browse files Browse the repository at this point in the history
use new URLs for emsesp.org
  • Loading branch information
proddy authored Nov 16, 2024
2 parents da77d52 + 3daf114 commit 09b8dcd
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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://<IP>/api/system`

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG_LATEST.md
Original file line number Diff line number Diff line change
@@ -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]

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down
4 changes: 2 additions & 2 deletions interface/src/app/main/Help.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const Help = () => {
notFound
? ''
: customSupportIMG ||
'https://emsesp.org/_media/images/installer.jpeg'
'https://docs.emsesp.org/_media/images/installer.jpeg'
}
/>
</Stack>
Expand All @@ -114,7 +114,7 @@ const Help = () => {
{me.admin && (
<List sx={{ borderRadius: 3, border: '2px solid grey' }}>
<ListItem>
<ListItemButton component="a" href="https://emsesp.org">
<ListItemButton component="a" href="https://docs.emsesp.org">
<ListItemAvatar>
<Avatar sx={{ bgcolor: '#72caf9' }}>
<MenuBookIcon />
Expand Down
2 changes: 1 addition & 1 deletion mock-api/rest_server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ function custom_support() {
'',
"For help and questions please <a target='_blank' href='https://emsesp.org'>contact</a> 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'
}
};
Expand Down

0 comments on commit 09b8dcd

Please sign in to comment.