diff options
author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2020-10-02 12:13:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-02 12:13:15 +0200 |
commit | 4290a129caa380359c8c672f1c637844448eafa2 (patch) | |
tree | 54e742ffd05c1a591d1490d3be42ee95e494e7ab /.github/ISSUE_TEMPLATE | |
parent | e9bce8a0f4544c87a6ce00d7123a634802f12800 (diff) |
fix(Issue/Config): correct links (#3423)
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 5 |
1 files changed, 3 insertions, 2 deletions
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 |