From 1cab0ca0fb7403beab130448427d317fbef376db Mon Sep 17 00:00:00 2001 From: Jeff Charles Date: Fri, 8 Sep 2023 09:39:22 -0400 Subject: [PATCH] Another try at fixing the link --- .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 1f1f464d..9ade49e2 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -5,5 +5,5 @@ ## Checklist - [ ] I've updated the relevant CHANGELOG files if necessary. Changes to `javy-cli` and `javy-core` do not require updating CHANGELOG files. -- [ ] I've updated the relevant crate versions if necessary. [Versioning policy for library crates](/blob/main/docs/contributing.md#versioning-for-library-crates) +- [ ] I've updated the relevant crate versions if necessary. [Versioning policy for library crates](blob/main/docs/contributing.md#versioning-for-library-crates) - [ ] I've updated documentation including crate documentation if necessary.