From 53382e52bfecd3aba726eb1343ab56c392cffd77 Mon Sep 17 00:00:00 2001 From: Artem Yadelskyi Date: Sun, 17 Sep 2023 16:55:16 +0300 Subject: [PATCH] Fix broken links in PR template --- .github/pull_request_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 617215e5..7d4e330c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -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