From a5270e169e52cf3727f3a16853aec70e62c48835 Mon Sep 17 00:00:00 2001 From: Ferry Cools Date: Mon, 22 Sep 2025 08:39:51 +0200 Subject: [PATCH] Fix referrer to manual The configuration referred to the Wiki instead of the manual. --- .github/ISSUE_TEMPLATE/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 8bfad624..a6e53c42 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,8 +1,8 @@ blank_issues_enabled: false contact_links: - - name: Wiki - url: https://github.com/DigiLive/mushroom-strategy/wiki - about: Please consult to Wiki for more information about the strategy and how to configure it. + - name: Manual + url: https://digilive.github.io/mushroom-strategy/ + about: Please consult the manual for more information about the strategy and how to configure it. - name: Discussions url: https://github.com/DigiLive/mushroom-strategy/discussions about: Discuss any other topic about the strategy over here.