From 791c4008ac6277753694286d3267c9c471b7894f Mon Sep 17 00:00:00 2001 From: Patrick Kollitsch Date: Thu, 26 Sep 2024 09:53:53 +0700 Subject: [PATCH] chore(fix): full URL to discussion forum Signed-off-by: Patrick Kollitsch --- .github/ISSUE_TEMPLATE/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 1b7b2fb..2e79785 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ blank_issues_enabled: false contact_links: - name: Feature requests and problem solutions - url: /theNewDynamic/gohugo-theme-ananke/discussions + url: https://github.com/theNewDynamic/gohugo-theme-ananke/discussions about: Please ask and answer questions here. Open a bug report only if you are sure it is a bug.