Skip to content

Commit

Permalink
actually link to https URL
Browse files Browse the repository at this point in the history
  • Loading branch information
eserte committed Apr 26, 2024
1 parent bf1308d commit a8b7f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cgi-bin/cpantestersmatrix.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1856,7 +1856,7 @@ sub dist_links {
}
if ($app_mode != APP_MODE_NDJSONAPI) {
print <<EOF;
<li><a class="sml" href="http://fast2-matrix.cpantesters.org/?@{[ CGI::escapeHTML($q->query_string) ]}">Matrix via ndjson API ("fast2")</a> <!--<span class="sml">(temporary!)</span>-->
<li><a class="sml" href="https://fast2-matrix.cpantesters.org/?@{[ CGI::escapeHTML($q->query_string) ]}">Matrix via ndjson API ("fast2")</a> <!--<span class="sml">(temporary!)</span>-->
EOF
}
print <<EOF;
Expand Down

0 comments on commit a8b7f7f

Please sign in to comment.