From a1b99ee3123644215a9cc4a50a4e7ad00cb920be Mon Sep 17 00:00:00 2001 From: Ymir Date: Mon, 18 May 2026 14:54:11 +0200 Subject: [PATCH] Update final_report_urls.py --- final_report_urls.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/final_report_urls.py b/final_report_urls.py index d0a11f68..7b9da86a 100644 --- a/final_report_urls.py +++ b/final_report_urls.py @@ -1,9 +1,9 @@ REPORT_URLS = [ [ "group a", - "", + "Zero downtime", # Report Release URL: - "https://github.com///archive/refs/tags/.zip", + "https://github.com/ZeroDownTime-ITU/minitwit_project/archive/refs/tags/v6.0.1.zip", ], [ "group b", @@ -101,4 +101,4 @@ # Report Release URL: "https://github.com///archive/refs/tags/.zip", ], -] \ No newline at end of file +]