Skip to content

Commit c7d9a8f

Browse files
authored
Update build links to use new logs URL
1 parent a0e0aa9 commit c7d9a8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scoreboard.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -528,8 +528,8 @@ ()
528528
print "Getting history information\n" if ($verbose);
529529

530530
foreach my $buildname (keys %builds) {
531-
my $full_link = 'http://teststat.remedy.nl/teststat/builds/' . $buildname . '.html';
532-
my $clean_link = 'http://teststat.remedy.nl/teststat/builds/clean_' . $buildname . '.html';
531+
my $full_link = 'http://logs.remedy.nl/teststat/builds/' . $buildname . '.html';
532+
my $clean_link = 'http://logs.remedy.nl/teststat/builds/clean_' . $buildname . '.html';
533533
if (defined $clean_link) {
534534
print " Clean history [$buildname] from $full_link\n" if ($verbose);
535535

0 commit comments

Comments
 (0)