From 4290a129caa380359c8c672f1c637844448eafa2 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Fri, 2 Oct 2020 12:13:15 +0200 Subject: fix(Issue/Config): correct links (#3423) --- .github/ISSUE_TEMPLATE/config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.github/ISSUE_TEMPLATE') diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 050709db63..c788d5b0ae 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,9 +1,10 @@ blank_issues_enabled: false contact_links: - name: Website - url: http://www.azerothcore.org + url: https://www.azerothcore.org + about: On the AC website you can find a lot of things, such as existing modules. - name: Wiki - url: azerothcore.org/wiki + url: https://www.azerothcore.org/wiki about: You can find plenty of information on our Wiki. - name: How to ask for help url: https://www.azerothcore.org/wiki/How-to-ask-for-help -- cgit v1.2.3