From c85e9a38245fbe7d32fbc18a388536c957ad1a5c Mon Sep 17 00:00:00 2001 From: Diego Miguel Lozano <22967053+dmlls@users.noreply.github.com> Date: Fri, 29 Dec 2023 21:11:16 +0100 Subject: [PATCH] Fix links in PR template (#823) Co-authored-by: Pieter Marsman --- .github/pull_request_template.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 09f14a34..f7238f4e 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -8,8 +8,8 @@ Please *remove* this paragraph with a description of how this PR has been tested **Checklist** -- [ ] I have read [CONTRIBUTING.md](../CONTRIBUTING.md). -- [ ] I have added a concise human-readable description of the change to [CHANGELOG.md](../CHANGELOG.md). +- [ ] I have read [CONTRIBUTING.md](https://github.com/pdfminer/pdfminer.six/blob/master/CONTRIBUTING.md). +- [ ] I have added a concise human-readable description of the change to [CHANGELOG.md](https://github.com/pdfminer/pdfminer.six/blob/master/CHANGELOG.md). - [ ] I have tested that this fix is effective or that this feature works. - [ ] I have added docstrings to newly created methods and classes. -- [ ] I have updated the [README.md](../README.md) and the [readthedocs](../docs/source) documentation. Or verified that this is not necessary. +- [ ] I have updated the [README.md](https://github.com/pdfminer/pdfminer.six/blob/master/README.md) and the [readthedocs](https://github.com/pdfminer/pdfminer.six/tree/master/docs/source) documentation. Or verified that this is not necessary.