diff options
author | ng0 <ng0@n0.is> | 2019-02-20 21:26:34 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2019-02-20 21:26:34 +0000 |
commit | 07ec69214947fba51ff5c7982bf76ac8e3675ab3 (patch) | |
tree | 3673837203f5f5f6486f466e0e79f69b573607b8 | |
parent | 270d3d9ddbd9abda733fde8b3db71cfe09e20ebd (diff) |
fix link
-rw-r--r-- | common/footer.j2.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/footer.j2.inc b/common/footer.j2.inc index 383d2b18..d0d28a79 100644 --- a/common/footer.j2.inc +++ b/common/footer.j2.inc @@ -12,14 +12,14 @@ </div> <div class="col-12 col-sm-4"> <ul class="footer-list"> - <li><p><a href="https://gnunet.org/bugs/">{{ _("Bug Tracker") }}</a></p></li> + <li><p><a href="https://bugs.gnunet.org/">{{ _("Bug Tracker") }}</a></p></li> <li><p><a href="https://old.gnunet.org/bot/log/gnunet">{{ _("IRC logs") }}</a></p></li> </ul> </div> <div class="col-12 col-sm-4"> <ul class="footer-list"> <li><p><a href="copyright.html">{{ _("Copyright Assignment") }}</a></p></li> - <li><p><a href="https://gnunet.org/buildbot/">{{ _("Continuous Integration") }}</a></p></li> + <li><p><a href="https://old.gnunet.org/buildbot/">{{ _("Continuous Integration") }}</a></p></li> <li><p><a href="https://old.gnunet.org/bibliography">{{ _("Bibliography") }}</a></p></li> <li><p><a href="https://old.gnunet.org">{{ _("Old Website") }}</a></p></li> </ul> |