summaryrefslogtreecommitdiffstats
path: root/scripts/GeneratePublishReportPart1.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/GeneratePublishReportPart1.py')
-rw-r--r--scripts/GeneratePublishReportPart1.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/GeneratePublishReportPart1.py b/scripts/GeneratePublishReportPart1.py
index 5f69c08384..7cb0e7989d 100644
--- a/scripts/GeneratePublishReportPart1.py
+++ b/scripts/GeneratePublishReportPart1.py
@@ -53,7 +53,7 @@ metadataOk = True
for url in metadataChecks:
metadataOk = metadataOk and checkUrlContents(url, metadataChecks[url].format(ver=args.version))
-tagOk = checkUrlStatus("https://github.com/vaadin/vaadin/releases/tag/{ver}".format(ver=args.version))
+tagOk = checkUrlStatus("https://github.com/vaadin/framework/releases/tag/{ver}".format(ver=args.version))
if not prerelease:
downloadPageOk = checkUrlStatus("https://vaadin.com/download/release/{maj}.{min}/{ver}/".format(maj=major, min=minor, ver=args.version))