From 4f0343f5c4fa04bcac23fcee7b94fe6e9bb361ee Mon Sep 17 00:00:00 2001 From: Fabio Ambauen Date: Thu, 12 Sep 2024 08:14:11 +0200 Subject: [PATCH] chore: 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 c79147403..3336ae018 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -26,7 +26,7 @@ * [ ] This PR contains a description of the changes I'm making * [ ] I updated the version in Chart.yaml -* [ ] I updated the changelog with an `artifacthub.io/changes` annotation in `Chart.yaml`, check the [example](docs/development.md#Changelog) in the documentation. +* [ ] I updated the changelog with an `artifacthub.io/changes` annotation in `Chart.yaml`, check the [example](/adfinis/helm-charts/blob/main/docs/development.md#Changelog) in the documentation. * [ ] I updated applicable README.md files using `pre-commit run` * [ ] I documented any high-level concepts I'm introducing in `docs/` * [ ] CI is currently green and this is ready for review