diff options
author | ng0 <ng0@n0.is> | 2018-01-08 16:45:32 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2018-01-08 16:45:32 +0000 |
commit | 5ee9f25f26e6a928ae3e16f200fefc6a4aaa93b8 (patch) | |
tree | bde7c821e47873a3589e92765c10e4d0eea862aa | |
parent | 49de3ddae3e6ff11f038819121133e08e6084c65 (diff) |
use https
-rw-r--r-- | about.html.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/about.html.j2 b/about.html.j2 index c019d931..b9ff6444 100644 --- a/about.html.j2 +++ b/about.html.j2 @@ -4,7 +4,7 @@ <!-- list alphabetical, first those with images, then those without --> <div class="row"> <div class="col-lg-4"> - <h2><a href="http://grothoff.org/christian/">Christian Grothoff</a></h2> + <h2><a href="https://grothoff.org/christian/">Christian Grothoff</a></h2> <img src="{{ url('team-images/christian-grothoff.jpg') }}" height="240" alt="Christian Grothoff" align="middle"> <p>{{ _("GNU maintainer.") }}</p> </div> |