From 60bbdd99fd3c0c642a491eef39cc40cc82d92abb Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com> Date: Thu, 23 Apr 2020 01:17:19 +0530 Subject: [PATCH] chore: update link to contributing guide --- .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 d9c533ed66..94636ad828 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,7 +2,7 @@ Checklist: -- [ ] I have read [freeCodeCamp's contribution guidelines](https://github.com/freeCodeCamp/freeCodeCamp/blob/master/CONTRIBUTING.md). +- [ ] I have read [freeCodeCamp's contribution guidelines](https://contribute.freecodecamp.org). - [ ] My pull request has a descriptive title (not a vague title like `Update index.md`) - [ ] My pull request targets the `master` branch of freeCodeCamp. - [ ] All the files I changed are in the same world language, for example: only English changes, or only Chinese changes, etc.