From 0dfde923e37974eb089816ab545c834cc5c8958a Mon Sep 17 00:00:00 2001 From: Levente Balogh Date: Mon, 21 Feb 2022 12:49:25 +0100 Subject: [PATCH] fix: fix link pointing to breaking changes guideline (#45662) --- .github/workflows/detect-breaking-changes-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/detect-breaking-changes-report.yml b/.github/workflows/detect-breaking-changes-report.yml index d7a9f052a48..fe5f2f1f490 100644 --- a/.github/workflows/detect-breaking-changes-report.yml +++ b/.github/workflows/detect-breaking-changes-report.yml @@ -91,7 +91,7 @@ jobs: ${{ steps.levitate-run.outputs.message }} [Console output](${{ steps.levitate-run.outputs.job_link }}) - [Read our guideline](../../contribute/breaking-changes-guide.md) + [Read our guideline](https://github.com/grafana/grafana/blob/main/contribute/breaking-changes-guide.md) - name: Remove comment on PR if: ${{ steps.levitate-run.outputs.exit_code == 0 }}