[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[PATCH 08/12] Overview page: Reference to the git repository on the salsa gitlab instance



---
 bin/tracker_service.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/tracker_service.py b/bin/tracker_service.py
index a5eb6f4d09..9cbbccc8be 100755
--- a/bin/tracker_service.py
+++ b/bin/tracker_service.py
@@ -220,8 +220,8 @@ class TrackerService(webservice_base_class):
             url, 'Security Bug Tracker',
             [P(
             """The data in this tracker comes solely from the bug database maintained
-by Debian's security team located in the secure-testing Subversion """,
-            A("https://anonscm.debian.org/viewvc/secure-testing/data/";, "repository"),
+by Debian's security team located in the security-tracker Git """,
+            A("https://salsa.debian.org/security-tracker-team/security-tracker/tree/master/data";, "repository"),
             """.  The data represented here is derived from: """,
             A("https://www.debian.org/security/#DSAS";, "DSAs"),
             """ issued by the Security Team; issues tracked in the """,
-- 
2.15.1


Reply to: