diff --git a/i2p2www/pages/global/footer.html b/i2p2www/pages/global/footer.html index f6f499795f2b57125c103c93db80fbc7a0707423..657b1134cd4ef6953f4c06ee4ce2e646b45b36f0 100644 --- a/i2p2www/pages/global/footer.html +++ b/i2p2www/pages/global/footer.html @@ -1,14 +1,14 @@ <div class='aside first'> <h1>{{ _('Mirrors') }}</h1> <ul> - <li><a rel="nofollow" href="http://www.geti2p.net/">http://www.geti2p.net</a></li> <li><a rel="nofollow" href="http://i2pproject.net/">http://i2pproject.net</a></li> - <li><a rel="nofollow" href="http://i2p-projekt.de/">http://i2p-projeckt.de</a></li> + <li><a rel="nofollow" href="http://i2p-projekt.de/">http://i2p-projekt.de</a></li> </ul> </div> <div class='aside second'> <h1>{{ _('Secure') }}</h1> <ul> + <li><a rel="nofollow" href="https://geti2p.net/">https://geti2p.net</a></li> <li><a rel="nofollow" href="https://www.i2p2.de/">https://www.i2p2.de</a></li> </ul> </div>