diff options
author | Aaron Raimist <aaron@raim.ist> | 2019-01-28 04:15:33 -0600 |
---|---|---|
committer | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2019-01-28 10:15:33 +0000 |
commit | ac3ebcb3ed69f2d79bf41f5ccee7442fb69da584 (patch) | |
tree | 1312ada76fb85d71b86af210279a87fb0920f654 /CONTRIBUTING.md | |
parent | 4452cb4a65b5c66db6c96172b6691a8abf6d7c68 (diff) |
Fix PR templates and use matrix.to instead of riot.im/develop (#687)
* Use absolute links in pull request template
Relative links don't work in most places
Signed-off-by: Aaron Raimist <aaron@raim.ist>
* Use matrix.to (for now) instead of linking to riot.im/develop
Signed-off-by: Aaron Raimist <aaron@raim.ist>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 828ed2b7..ef22b7f8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -48,10 +48,10 @@ with the `vendor/manifest` file), name it with the command you just ran (ie ## Getting Help For questions related to developing on Dendrite we have a dedicated room on -Matrix [#dendrite-dev:matrix.org](https://riot.im/develop/#/room/#dendrite-dev:matrix.org) +Matrix [#dendrite-dev:matrix.org](https://matrix.to/#/#dendrite-dev:matrix.org) where we're happy to help. -For more general questions please use [#dendrite:matrix.org](https://riot.im/develop/#/room/#dendrite:matrix.org). +For more general questions please use [#dendrite:matrix.org](https://matrix.to/#/#dendrite:matrix.org). ## Sign off |