Skip to content

Commit 209f371

Browse files
authored
Adjust path to version info in Github issue template (home-assistant#72431)
1 parent 76146cf commit 209f371

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: .github/ISSUE_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<!--
1717
Provide details about the versions you are using, which helps us to reproduce
1818
and find the issue quicker. Version information is found in the
19-
Home Assistant frontend: Configuration -> Info.
19+
Home Assistant frontend: Settings -> About.
2020
-->
2121

2222
- Home Assistant Core release with the issue:

Diff for: .github/ISSUE_TEMPLATE/bug_report.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ body:
3131
label: What version of Home Assistant Core has the issue?
3232
placeholder: core-
3333
description: >
34-
Can be found in: [Configuration panel -> Info](https://my.home-assistant.io/redirect/info/).
34+
Can be found in: [Settings -> About](https://my.home-assistant.io/redirect/info/).
3535
3636
[![Open your Home Assistant instance and show your Home Assistant version information.](https://my.home-assistant.io/badges/info.svg)](https://my.home-assistant.io/redirect/info/)
3737
- type: input
@@ -46,7 +46,7 @@ body:
4646
attributes:
4747
label: What type of installation are you running?
4848
description: >
49-
Can be found in: [Configuration panel -> Info](https://my.home-assistant.io/redirect/info/).
49+
Can be found in: [Settings -> About](https://my.home-assistant.io/redirect/info/).
5050
5151
[![Open your Home Assistant instance and show your Home Assistant version information.](https://my.home-assistant.io/badges/info.svg)](https://my.home-assistant.io/redirect/info/)
5252
options:

Diff for: homeassistant/components/motioneye/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def async_generate_motioneye_webhook(
177177
except NoURLAvailableError:
178178
_LOGGER.warning(
179179
"Unable to get Home Assistant URL. Have you set the internal and/or "
180-
"external URLs in Configuration -> General?"
180+
"external URLs in Settings -> System -> Network?"
181181
)
182182
return None
183183

0 commit comments

Comments
 (0)