From d755fc09c251fd5a4bd5aedd496b5968a5839ef0 Mon Sep 17 00:00:00 2001 From: Micah Snyder Date: Thu, 2 Jan 2025 09:59:06 -0500 Subject: [PATCH] Fix links in github issue template Fixes: https://github.com/Cisco-Talos/clamav/issues/1429 --- .github/ISSUE_TEMPLATE/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index f1c545d62f..c0ff5ba16d 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -4,8 +4,8 @@ contact_links: url: https://docs.clamav.net/Introduction.html#mailing-lists-and-chat about: Questions should go to the mailing list. - name: Report Undetected Malware - url: https://clamav.net/reports/malware + url: https://www.clamav.net/reports/malware about: Report malware that was not detected by ClamAV. - name: Report a False Positive Malware Detection - url: https://clamav.net/reports/fp + url: https://www.clamav.net/reports/fp about: Report an invalid malware detection. This is for reporting files that were detected by ClamAV but are not malware.