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 | |
| parent | 91180ce9991b469333adc6b4d44fe491eb727f48 (diff) | |
fix: Fix matrix links (#1470)
| -rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 2 | ||||
| -rw-r--r-- | CONTRIBUTING.md | 2 | 
2 files changed, 2 insertions, 2 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 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 45edf8c1..fcc415f7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -66,4 +66,4 @@ shfmt -i 2 -ci -l -d .  Members of the community have multiple ways to collaborate on the project.  We encourage you to join the community:  - [Discord server](https://discord.gg/Xb9B4Ny) -- [Matrix server](https://matrix.to/#/+atmachine:matrix) +- [Matrix server](https://matrix.to/#/#atmachine-neovim:matrix.org) | 
