From 242481eb611fa8b33d645b9068a4e430c368c493 Mon Sep 17 00:00:00 2001 From: Steve McIntyre Date: Thu, 31 May 2018 10:23:09 +0100 Subject: Remove the trailing .git on the repo URL Otherwise links to diffs etc. won't work --- stattrans.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stattrans.pl') diff --git a/stattrans.pl b/stattrans.pl index 7e8a7b30ac0..600268f5cc8 100755 --- a/stattrans.pl +++ b/stattrans.pl @@ -61,7 +61,7 @@ $opt_p =~ s/$/\$/g; ); my $VCSHOST = "salsa"; -my $VCSBASE = "https://salsa.debian.org/webmaster-team/webwml.git"; +my $VCSBASE = "https://salsa.debian.org/webmaster-team/webwml"; if (-d "$config{'wmldir'}/CVS") { $VCSHOST = "alioth"; $VCSBASE = "https://anonscm.debian.org/viewvc/webwml/webwml"; -- cgit v1.2.3