From 54523e164e84abc75aeacf22a572bcbef15d836c Mon Sep 17 00:00:00 2001 From: shakti-garg-saxo <68685481+shakti-garg-saxo@users.noreply.github.com> Date: Fri, 31 Jul 2020 16:39:37 +0530 Subject: [PATCH] Fix reflinks in PR template (#1764) --- .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 a086506f7c..9e4bd825ff 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,7 +1,7 @@ ## Checklist -- [ ] The PR conforms to DataHub's [Contributing Guideline](https://github.com/linkedin/datahub/blob/master/CONTRIBUTING.md) (particularly [Commit Message Format](https://github.com/linkedin/datahub/blob/master/CONTRIBUTING.md#commit-message-format)) +- [ ] The PR conforms to DataHub's [Contributing Guideline](https://github.com/linkedin/datahub/blob/master/docs/CONTRIBUTING.md) (particularly [Commit Message Format](https://github.com/linkedin/datahub/blob/master/docs/CONTRIBUTING.md#commit-message-format)) - [ ] Links to related issues (if applicable) - [ ] Tests for the changes have been added/updated (if applicable) - [ ] Docs related to the changes have been added/updated (if applicable)