diff options
author | Luc Sinet <[email protected]> | 2021-09-04 19:21:31 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2021-09-04 21:51:31 +0430 |
commit | 0df3ec9277638c51c91e6d8bd17aa3bc0a1367e0 (patch) | |
tree | 81bf947b96342bd87e5f0531f991c0b505ec7827 /.github | |
parent | 91180ce9991b469333adc6b4d44fe491eb727f48 (diff) |
fix: Fix matrix links (#1470)
Diffstat (limited to '.github')
-rw-r--r-- | .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 12d6ceab..219f903b 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,7 +2,7 @@ blank_issues_enabled: true contact_links: - name: Matrix community - url: https://matrix.to/#/+atmachine:matrix + url: https://matrix.to/#/#atmachine-neovim:matrix.org about: Please ask and answer questions on Matrix. - name: Discord community url: https://discord.gg/Xb9B4Ny |