From f71b851a248ac95217b17f409ff7ab7669acd402 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Sat, 8 Feb 2020 12:41:28 +0200 Subject: [PATCH] Fix a broken link --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index ca3616897..57c9d98ed 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,6 @@ Before submitting a PR make sure the following things have been done: -- [ ] The commits are consistent with our [contribution guidelines](CONTRIBUTING.md) +- [ ] The commits are consistent with our [contribution guidelines](../blob/master/.github/CONTRIBUTING.md) - [ ] You've added tests to cover your change(s) - [ ] All tests are passing - [ ] The new code is not generating reflection warnings