diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-04-12 20:54:12 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-04-12 20:54:12 +0200 |
commit | 07102aab2f5c5df8470d5786a320cee221432657 (patch) | |
tree | 3dac3d1a6338c8e4e130a86993486918c19a369b | |
parent | 4f74e2c81590a8148584166baca0f48f03439267 (diff) | |
download | www-07102aab2f5c5df8470d5786a320cee221432657.tar.gz www-07102aab2f5c5df8470d5786a320cee221432657.zip |
fix links, if possible
-rw-r--r-- | common/footer.j2.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/footer.j2.inc b/common/footer.j2.inc index b5bc7be8..5afdc45e 100644 --- a/common/footer.j2.inc +++ b/common/footer.j2.inc | |||
@@ -13,14 +13,14 @@ | |||
13 | <div class="col-12 col-sm-4"> | 13 | <div class="col-12 col-sm-4"> |
14 | <ul class="footer-list"> | 14 | <ul class="footer-list"> |
15 | <li><p><a href="https://bugs.gnunet.org/">{{ _("Bug Tracker") }}</a></p></li> | 15 | <li><p><a href="https://bugs.gnunet.org/">{{ _("Bug Tracker") }}</a></p></li> |
16 | <li><p><a href="https://old.gnunet.org/bot/log/gnunet">{{ _("IRC archive") }}</a></p></li> | 16 | <li><p><a href="https://irc.gnunet.org/gnunet">{{ _("IRC archive") }}</a></p></li> |
17 | </ul> | 17 | </ul> |
18 | </div> | 18 | </div> |
19 | <div class="col-12 col-sm-4"> | 19 | <div class="col-12 col-sm-4"> |
20 | <ul class="footer-list"> | 20 | <ul class="footer-list"> |
21 | <li><p><a href="copyright.html">{{ _("Copyright Assignment") }}</a></p></li> | 21 | <li><p><a href="copyright.html">{{ _("Copyright Assignment") }}</a></p></li> |
22 | <li><p><a href="https://old.gnunet.org/buildbot/">{{ _("Continuous Integration") }}</a></p></li> | 22 | <li><p><a href="https://gitlab.gnunet.org/">{{ _("Continuous Integration") }}</a></p></li> |
23 | <li><p><a href="https://old.gnunet.org/bibliography">{{ _("Bibliography") }}</a></p></li> | 23 | <li><p><a href="https://bib.gnunet.org/">{{ _("Bibliography") }}</a></p></li> |
24 | </ul> | 24 | </ul> |
25 | </div> | 25 | </div> |
26 | </div> | 26 | </div> |