Skip to content

Commit

Permalink
Fix broken links in PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
mymmrac committed Sep 17, 2023
1 parent 823a66f commit 53382e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@

[//]: # (Please make sure to check all tasks)

- [ ] My code follows the [style guidelines](../docs/CONTRIBUTING.md#art-style-guidelines) of this project
- [ ] My code follows the [style guidelines](/docs/CONTRIBUTING.md#art-style-guidelines) of this project
- [ ] I have performed a self-review of my own code
- [ ] I have commented on my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] I have added unit tests that prove my fix is effective or that my feature works
- [ ] Feature or fix that I was working on is in "[releasable](../docs/CONTRIBUTING.md#always-releasable)" state
- [ ] Feature or fix that I was working on is in "[releasable](/docs/CONTRIBUTING.md#always-releasable)" state

0 comments on commit 53382e5

Please sign in to comment.