Skip to content

Commit c55b926

Browse files
committed
Use HTTPS.
1 parent 41233d0 commit c55b926

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/cpgplot_status.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
{
2020
($module,$desc) = m/^.*(cpg.*) -- (.*)/;
2121
($link) = m/^.*c(pg.*) --/;
22-
print STDOUT "<tr><td><a href=\"http://www.astro.caltech.edu/~tjp/pgplot/subroutines.html#$link\">$module</a></td>";
22+
print STDOUT "<tr><td><a href=\"https://www.astro.caltech.edu/~tjp/pgplot/subroutines.html#$link\">$module</a></td>";
2323
}
2424
elsif ( m/(^.*Status:)/)
2525
{

scripts/pgplot_status.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
if ( m/(^.*Module:)/)
1818
{
1919
($module,$desc) = m/^.*Module: (.*) -- (.*)/;
20-
print STDOUT "<tr><td><a href=\"http://www.astro.caltech.edu/~tjp/pgplot/subroutines.html#$module\">$module</a></td>";
20+
print STDOUT "<tr><td><a href=\"https://www.astro.caltech.edu/~tjp/pgplot/subroutines.html#$module\">$module</a></td>";
2121
}
2222
elsif ( m/(^.*Status:)/)
2323
{

0 commit comments

Comments
 (0)