From 9fce4436eab22671dd58de5179e73671f99063dd Mon Sep 17 00:00:00 2001 From: Giordano Ricci Date: Tue, 15 Jun 2021 11:24:19 +0100 Subject: [PATCH] Update What's New & Release notes URLs (#35673) * Update What's New & Release notes URLs * Update package.json * Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d9273820929..6f8ff002089 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/v8.0/whatsnew/whats-new-in-v8-0/", - "releaseNotesUrl": "https://grafana.com/docs/grafana/v8.0/release-notes/" + "whatsNewUrl": "https://grafana.com/docs/grafana/latest/whatsnew/whats-new-in-v8-0/", + "releaseNotesUrl": "https://grafana.com/docs/grafana/latest/release-notes/release-notes-8-0-2/" }, "husky": { "hooks": {