diff options
| author | Paul Buetow (uranus) <paul@buetow.org> | 2015-01-04 11:52:57 +0100 |
|---|---|---|
| committer | Paul Buetow (uranus) <paul@buetow.org> | 2015-01-04 11:52:57 +0100 |
| commit | d647979c879182f52c9c81f423d94b184974fc2f (patch) | |
| tree | 37bb19fdcfa491ea80a96b38d5177d2733d66fff /dev.buetow.org | |
| parent | c9667e8a19548d0a73a6239ea8e0ab93893b14dc (diff) | |
use https
Diffstat (limited to 'dev.buetow.org')
| -rw-r--r-- | dev.buetow.org/content/projectlist.inc.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev.buetow.org/content/projectlist.inc.pl b/dev.buetow.org/content/projectlist.inc.pl index 4d1d4f2..ec53c71 100644 --- a/dev.buetow.org/content/projectlist.inc.pl +++ b/dev.buetow.org/content/projectlist.inc.pl @@ -21,7 +21,7 @@ sub list (*) { my @content = getf $found; - $ret .= "<b><a href=http://$host>$host</a></b>" . nl; + $ret .= "<b><a href=https://$host>$host</a></b>" . nl; if (@content) { $ret .= join " ", @content; $ret .= nl; |
