From ac3ebcb3ed69f2d79bf41f5ccee7442fb69da584 Mon Sep 17 00:00:00 2001 From: Aaron Raimist Date: Mon, 28 Jan 2019 04:15:33 -0600 Subject: [PATCH] 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 * Use matrix.to (for now) instead of linking to riot.im/develop Signed-off-by: Aaron Raimist --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- CONTRIBUTING.md | 4 ++-- README.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 34266c1a..a53931f4 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,6 @@ ### Pull Request Checklist - + * [ ] I have made sure any new dependencies have been checked into the `vendor/` directory -* [ ] Pull request includes a [sign off](/CONTRIBUTING.rst#sign-off) +* [ ] Pull request includes a [sign off](https://github.com/matrix-org/dendrite/blob/master/CONTRIBUTING.md#sign-off) 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 diff --git a/README.md b/README.md index b3c869e6..857ed9c5 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ We aim to try and make it as easy as possible to jump in. # Discussion For questions about Dendrite we have a dedicated room on Matrix -[#dendrite:matrix.org](https://riot.im/develop/#/room/#dendrite:matrix.org). +[#dendrite:matrix.org](https://matrix.to/#/#dendrite:matrix.org). # Progress