Skip to content

Commit 8f89ce1

Browse files
authored
Fix links in pull request template (#901)
1 parent 0b432a7 commit 8f89ce1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/pull_request_template.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ This PR fixes #
1414
- [ ] [Tests][testing] updated
1515
- [ ] [Tests][testing] passing
1616
- [ ] No new [linter issues][linter]
17-
- [ ] [Changelog](https://github.com/CLIMADA-project/climada_python/blob/main/CHANGELOG.md) updated
17+
- [ ] [Changelog](https://github.com/CLIMADA-project/climada_python/blob/develop/CHANGELOG.md) updated
1818

1919
### PR Reviewer Checklist
2020

2121
- [ ] Read the [Contribution Guide][contrib]
22-
- [ ] [CLIMADA Reviewer Checklist](https://climada-python.readthedocs.io/en/latest/guide/Guide_Reviewer_Checklist.html) passed
22+
- [ ] [CLIMADA Reviewer Checklist](https://climada-python.readthedocs.io/en/latest/guide/Guide_Review.html#reviewer-checklist) passed
2323
- [ ] [Tests][testing] passing
2424
- [ ] No new [linter issues][linter]
2525

26-
[contrib]: https://github.com/CLIMADA-project/climada_python/blob/main/CONTRIBUTING.md
27-
[testing]: https://climada-python.readthedocs.io/en/latest/guide/Guide_Continuous_Integration_and_Testing.html
28-
[linter]: https://climada-python.readthedocs.io/en/stable/guide/Guide_Continuous_Integration_and_Testing.html#3.C.--Static-Code-Analysis
26+
[contrib]: https://github.com/CLIMADA-project/climada_python/blob/develop/CONTRIBUTING.md
27+
[testing]: https://climada-python.readthedocs.io/en/latest/guide/Guide_Testing.html
28+
[linter]: https://climada-python.readthedocs.io/en/latest/guide/Guide_continuous_integration_GitHub_actions.html#static-code-analysis

0 commit comments

Comments
 (0)