From 0c820bf7ee9b7d977274c5fd3ac199ebf941b2a4 Mon Sep 17 00:00:00 2001 From: Apoorva Sood Date: Mon, 18 May 2026 11:33:17 +0200 Subject: [PATCH 1/2] Update report release URL to specific version --- final_report_urls.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/final_report_urls.py b/final_report_urls.py index d0a11f68..b7b45ca1 100644 --- a/final_report_urls.py +++ b/final_report_urls.py @@ -99,6 +99,6 @@ "group q", "", # Report Release URL: - "https://github.com///archive/refs/tags/.zip", + "https://github.com/DevTroopers-ITU/itu-minitwit/archive/refs/tags/2.0.zip", ], -] \ No newline at end of file +] From b34aa831c283d0d3ff3333dcafd56cb18d3bb196 Mon Sep 17 00:00:00 2001 From: Apoorva Sood Date: Mon, 18 May 2026 11:33:39 +0200 Subject: [PATCH 2/2] Update group name in final_report_urls.py --- final_report_urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/final_report_urls.py b/final_report_urls.py index b7b45ca1..377a12e5 100644 --- a/final_report_urls.py +++ b/final_report_urls.py @@ -97,7 +97,7 @@ ], [ "group q", - "", + "DevTroopers", # Report Release URL: "https://github.com/DevTroopers-ITU/itu-minitwit/archive/refs/tags/2.0.zip", ],