From 9444afaa22040f8a372c781cf6c9327a85207c3d Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Thu, 21 Mar 2024 10:26:19 -0700 Subject: [PATCH] Fix release notes 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 a7ebf48e0f..21287370de 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -28,7 +28,7 @@ Before creating a PR, run through this checklist and mark each as complete. ### Release notes -If this PR introduces a change that affects users and needs to be mentioned in the [release notes](../CHANGELOG.md), +If this PR introduces a change that affects users and needs to be mentioned in the [release notes](../blob/main/CHANGELOG.md), please add a brief note that summarizes the change.