From 2b21199edd6ce17caa86b65fadd213aafbda75f3 Mon Sep 17 00:00:00 2001 From: Carson Moore Date: Mon, 24 Jul 2023 13:59:19 -0500 Subject: [PATCH] chore: fix broken 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 8427666..0a6104d 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -29,4 +29,4 @@ Include automated test additions or modifications, manual testing done on a loca -- [ ] This PR has a title that follows the [commit message format](../README.md#commit-message-format). \ No newline at end of file +- [ ] This PR has a title that follows the [commit message format](https://github.com/ni/systemlink-grafana-plugins#commit-message-format). \ No newline at end of file