From 40c71dab8330d110e1e3e2cce1153c7bc79948e8 Mon Sep 17 00:00:00 2001 From: Keith Wall Date: Tue, 17 Sep 2024 11:44:53 +0100 Subject: [PATCH] Fix hyperlinks in pull request templates (#1518) Signed-off-by: Keith Wall --- .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 96217dd80b..d9cccaa70e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -23,8 +23,8 @@ _Please go through this checklist and make sure all applicable tasks have been d - [ ] Update documentation - [ ] Make sure all unit/integration tests pass - [ ] Make sure all Sonarcloud warnings are addressed or are justifiably ignored. -- [ ] If applicable to the change, [trigger the system test suite](/DEV_GUIDE.md#jenkins-pipeline-for-system-tests). Make sure tests pass. -- [ ] If applicable to the change, [trigger the performance test suite](/PERFORMANCE.md#jenkins-pipeline-for-performance). Ensure that any degradations to performance numbers are understood and justified. +- [ ] If applicable to the change, [trigger the system test suite](../blob/main/DEV_GUIDE.md#jenkins-pipeline-for-system-tests). Make sure tests pass. +- [ ] If applicable to the change, [trigger the performance test suite](../blob/main/PERFORMANCE.md#jenkins-pipeline-for-performance). Ensure that any degradations to performance numbers are understood and justified. - [ ] Ensure the PR references relevant issue(s) so they are closed on merging. - [ ] For user facing changes, update CHANGELOG.md (remember to include changes affecting the API of the test artefacts too).