Skip to content

Commit 56700da

Browse files
authored
Merge pull request #81 from kathenas/ks_03
Use HTTPS.
2 parents 012aa17 + c55b926 commit 56700da

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)