From f79ea44a3be571b400d5a09db64ef005c1c5708a Mon Sep 17 00:00:00 2001 From: Horst Gutmann Date: Tue, 19 Sep 2023 15:01:03 +0200 Subject: [PATCH] [v10.1.x] Fix What's New link (#75094) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ffd981bcc90..c0b0124d94c 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "betterer:issues": "ts-node --transpile-only --project ./scripts/cli/tsconfig.json ./scripts/cli/generateBettererIssues.ts" }, "grafana": { - "whatsNewUrl": "https://grafana.com/docs/grafana/next/whatsnew/whats-new-in-v10-0/", + "whatsNewUrl": "https://grafana.com/docs/grafana/next/whatsnew/whats-new-in-v10-1/", "releaseNotesUrl": "https://grafana.com/docs/grafana/next/release-notes/" }, "lint-staged": {