From 916db9a544c5879fff725933f0edcf9912d8dc79 Mon Sep 17 00:00:00 2001 From: phosit Date: Fri, 29 Nov 2024 18:44:45 +0100 Subject: [PATCH] Correct the path to the ReportingErrors page It was wrong, leading to a 404. --- .gitea/ISSUE_TEMPLATE/defect.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/ISSUE_TEMPLATE/defect.yaml b/.gitea/ISSUE_TEMPLATE/defect.yaml index 2144cfaae8..419ec90f91 100644 --- a/.gitea/ISSUE_TEMPLATE/defect.yaml +++ b/.gitea/ISSUE_TEMPLATE/defect.yaml @@ -16,9 +16,9 @@ body: attributes: label: Reporting Errors description: > - For crashes and errors, you must read the [ReportingErrors](wiki/ReportingErrors) page. In - particular, if you are reporting a crash, you must upload crashlog files in the Description - field below. + For crashes and errors, you must read the [ReportingErrors](0ad/0ad/wiki/ReportingErrors) + page. In particular, if you are reporting a crash, you must upload crashlog files in the + Description field below. options: - label: I have read the ReportingErrors wiki page. required: true