From 829b5d0d4005aed742cb2e5d9007fd44e6198307 Mon Sep 17 00:00:00 2001 From: Marcus Efraimsson Date: Thu, 11 Jul 2019 13:14:11 +0200 Subject: [PATCH] Build: Update links to release notes and what's new article for v6.3.x --- scripts/build/publish.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build/publish.sh b/scripts/build/publish.sh index 785f46f22a0..9e429e07568 100755 --- a/scripts/build/publish.sh +++ b/scripts/build/publish.sh @@ -6,8 +6,8 @@ EXTRA_OPTS="$@" # Right now we hack this in into the publish script. # Eventually we might want to keep a list of all previous releases somewhere. -_releaseNoteUrl="https://community.grafana.com/t/release-notes-v6-0-x/14010" -_whatsNewUrl="http://docs.grafana.org/guides/whats-new-in-v6-0/" +_releaseNoteUrl="https://community.grafana.com/t/release-notes-v6-3-x/19202" +_whatsNewUrl="https://grafana.com/docs/guides/whats-new-in-v6-3/" ./scripts/build/release_publisher/release_publisher \ --wn ${_whatsNewUrl} \