From 9826bfa7869f82d2238c71e06e5a0975d6355927 Mon Sep 17 00:00:00 2001 From: Dominik Prokop Date: Thu, 13 May 2021 11:37:45 +0200 Subject: [PATCH] Updates release notes and whats new link in package.json (#34039) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e7bebec9493..40ce6078f0f 100644 --- a/package.json +++ b/package.json @@ -46,8 +46,8 @@ "ci:test-frontend": "yarn run prettier:check && yarn run typecheck && yarn run lint && yarn run test:ci && yarn grafana-toolkit node-version-check && ./scripts/ci-check-strict.sh" }, "grafana": { - "whatsNewUrl": "https://grafana.com/docs/grafana/latest/guides/whats-new-in-v7-5/", - "releaseNotesUrl": "https://grafana.com/docs/grafana/latest/release-notes/" + "whatsNewUrl": "https://grafana.com/docs/grafana/next/whatsnew/whats-new-in-v8-0/", + "releaseNotesUrl": "https://grafana.com/docs/grafana/next/release-notes/" }, "husky": { "hooks": {