From f18473017ebfcc65e9db1de3002b7eb21079805a Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Mon, 10 Jun 2024 22:18:15 +0200 Subject: [PATCH] chore: Fix `problem_report` template debugging link --- .github/ISSUE_TEMPLATE/problem_report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/problem_report.yaml b/.github/ISSUE_TEMPLATE/problem_report.yaml index 29334ea42f..b8c5be1a27 100644 --- a/.github/ISSUE_TEMPLATE/problem_report.yaml +++ b/.github/ISSUE_TEMPLATE/problem_report.yaml @@ -70,7 +70,7 @@ body: id: log attributes: label: Debug log - description: After enabling [debug logging](https://www.zigbee2mqtt.io/guide/configuration/logging.html) the log can be found under `data/log`. Attach the file below + description: After enabling [debug logging](https://www.zigbee2mqtt.io/guide/configuration/logging.html#debugging) the log can be found under `data/log`. Attach the file below placeholder: Click here and drag the file into it or click on "Attach files by.." below validations: required: false