From 791c4008ac6277753694286d3267c9c471b7894f Mon Sep 17 00:00:00 2001
From: Patrick Kollitsch <patrick@davids-neighbour.com>
Date: Thu, 26 Sep 2024 02:53:53 +0000
Subject: [PATCH] chore(fix): full URL to discussion forum
---
.github/ISSUE_TEMPLATE/config.yml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
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.
--
Gitblit v1.10.0