summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev.buetow.org/content/projectlist.inc.pl2
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;