Skip to content

Commit 642b1f3

Browse files
authored
Merge pull request #3328 from wchristian/fast2-matrix
2 parents 5431708 + 5c85a05 commit 642b1f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

root/base/release.tx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
</li>
9191
<li>
9292
%% my $cpantesters_base = 'https://www.cpantesters.org/distro/' ~ $release.distribution.substr(0, 1) ~ '/' ~ $release.distribution ~ '.html?oncpan=1&distmat=1&version=' ~ uri_escape($release.distnameinfo.version)
93-
<a rel="noopener nofollow" href="http://matrix.cpantesters.org/?dist=[% uri_escape($release.distribution) %]+[% uri_escape($release.distnameinfo.version) %]" title="Matrix">Testers</a>
93+
<a rel="noopener nofollow" href="https://fast2-matrix.cpantesters.org/?dist=[% uri_escape($release.distribution) %]+[% uri_escape($release.distnameinfo.version) %]" title="Matrix">Testers</a>
9494
%% if $release.tests.size() {
9595
<span title="(pass / fail / na)">(<a rel="noopener nofollow" href="[% $cpantesters_base ~ '&grade=2' %]" style="color: #090">[% $release.tests.pass %]</a> / <a rel="noopener nofollow" href="[% $cpantesters_base ~ '&grade=3' %]" style="color: #900">[% $release.tests.fail %]</a> / <a rel="noopener nofollow" href="[% $cpantesters_base ~ '&grade=4' %]">[% $release.tests.na %]</a>)</span>
9696
%% }

t/controller/shared/release-info.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ test_psgi app, sub {
165165

166166
$tx->is(
167167
'//a[@title="Matrix"]/@href',
168-
"http://matrix.cpantesters.org/?dist=$qs_dist+$qs_version",
168+
"https://fast2-matrix.cpantesters.org/?dist=$qs_dist+$qs_version",
169169
'link to test matrix'
170170
);
171171

0 commit comments

Comments
 (0)