Skip to content

Commit ccf5aec

Browse files
Fix link in issue report template for stack trace
Updated the link in the stack trace description to point to the correct ESPHome stack trace decoder.
1 parent 9d9ebca commit ccf5aec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/ISSUE_TEMPLATE/issue-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ body:
6060
id: stack-trace
6161
attributes:
6262
label: Stack Trace
63-
description: Please provide a debug message or error message. If you have a Guru Meditation Error or Backtrace, [please decode it](https://maximeborges.github.io/esp-stacktrace-decoder/).
63+
description: Please provide a debug message or error message. If you have a Guru Meditation Error or Backtrace, [please decode it](https://esphome.github.io/esp-stacktrace-decoder/).
6464
placeholder: For Arduino IDE, Enable Core debug level - Debug on tools menu, then put the serial output here.
6565
validations:
6666
required: true

0 commit comments

Comments
 (0)