diff options
Diffstat (limited to 'common/footer.j2.inc')
-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> |