From 61b9b7b51ca6b31ad0f008c7e91b31f58c1230ce Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Thu, 12 Oct 2023 14:54:32 +0200 Subject: [PATCH] Fix link in PR template --- .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 959478e..54d03e2 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1 +1 @@ -- [ ] All [tests](https://github.com/jfrog/artifactory-maven-plugin#testing-the-plugin) passed. If this feature is not already covered by the tests, I added new tests. +- [ ] All [tests](https://github.com/jfrog/artifactory-maven-plugin/blob/master/CONTRIBUTING.md#-testing-the-plugin) passed. If this feature is not already covered by the tests, I added new tests.