From 64861049ab57dd175569c7b687ece2963aaa5d1b Mon Sep 17 00:00:00 2001 From: Aaron Raimist Date: Sat, 26 Jan 2019 21:07:04 -0600 Subject: [PATCH] Use absolute links in pull request template Relative links don't work in most places Signed-off-by: Aaron Raimist --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 34266c1a2..a53931f49 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)