diff --git a/i2p2www/pages/downloads/browser-content.html b/i2p2www/pages/downloads/browser-content.html
index 21d74d342c58057cf2909ad6ec77fa786a6c8786..396b93ee01052d8ec7b48169c7893999a54fb6bd 100644
--- a/i2p2www/pages/downloads/browser-content.html
+++ b/i2p2www/pages/downloads/browser-content.html
@@ -63,7 +63,7 @@ can be obtained from the Mozilla addon store or any of these mirrors:
 {% endtrans %}</p>
 <ul>
   <li><a href="https://github.com/eyedeekay/I2P-in-Private-Browsing-Mode-Firefox/releases">{% trans %}Github Releases{% endtrans %}</a></li>
-  <li><a href="http://idk.i2p/I2P-in-Private-Browsing-Mode-Firefox/i2ppb@eyedeekay.github.io">{% trans %}In-I2P Mirror{% endtrans %}</a></li>
+  <li><a href="http://idk.i2p/I2P-in-Private-Browsing-Mode-Firefox/i2ppb@eyedeekay.github.io.xpi">{% trans %}In-I2P Mirror{% endtrans %}</a></li>
   <li><a href="magnet:?xt=urn:btih:90f1cef9f03f802499ecd7e22226aae72ddaa9c0">{% trans %}Bittorrent Magnet Link{% endtrans %}</a></li>
   <li><a href="https://eyedeekay.github.io/I2P-in-Private-Browsing-Mode-Firefox/i2ppb@eyedeekay.github.io.xpi.torrent">{% trans %}Bittorrent Torrent File(Hosted at Github){% endtrans %}</a></li>
 </ul>-->
@@ -136,7 +136,7 @@ that are accessible via .i2p addresses are also not allowed via the outproxies.
 As a convenience, the outproxy blocks ad servers.
 {%- endtrans %}</p>
 <p>{% trans -%}
-<a href="https://www.torproject.org">Tor</a> is good application to use as an
+<a href="https://www.torproject.org">Tor</a> is a good application to use as an
 outproxy to the Internet.
 {%- endtrans %}</p>
 <!-- vim: set noai ff=unix nosi ft=html tw=79 et sw=4 ts=4 spell spelllang=en: -->
diff --git a/i2p2www/pages/global/footer.html b/i2p2www/pages/global/footer.html
index 455ba594c1b6688b9d8368f45a7d8a53a84be0cd..af6286e8fd54b3a6cddbe853f1bef5db5063fa6b 100644
--- a/i2p2www/pages/global/footer.html
+++ b/i2p2www/pages/global/footer.html
@@ -3,6 +3,7 @@
     <li><a href="{{ get_url('downloads_list') }}"><div class="footeritem"><span>{{ _('Download') }}</span></div></a></li>
     <li><a href="{{ site_url('faq') }}"><div class="footeritem"><span>{{ _('FAQ') }}</span></div></a></li>
     <li><a href="{{ site_url('docs') }}"><div class="footeritem"><span>{{ _('Documentation') }}</span></div></a></li>
+    <li><a href="{{ site_url('research') }}"><div class="footeritem"><span>{{ _('Research') }}</span></div></a></li>
   </ul>
 </div>
 <div id="footermenu" class="second">
@@ -10,13 +11,15 @@
     <li><a href="{{ site_url('contact') }}"><div class="footeritem"><span>{{ _('Contact us') }}</span></div></a></li>
     <li><a href="http://{{ i2pconv('i2pforum.i2p') }}/"><div class="footeritem"><span>{{ _('Forums') }}</span></div></a></li>
     <li><a href="https://reddit.com/r/i2p"><div class="footeritem"><span>Reddit</span></div></a></li>
+    <li><a href="https://github.com/i2p"><div class="footeritem"><span>Github(Mirror)</span></div></a></li>
   </ul>
 </div>
 <div id="footermenu" class="third">
   <ul>
     <li><a href="{{ site_url('get-involved') }}"><div class="footeritem"><span>{{ _('Get involved!') }}</span></div></a></li>
     <li><a href="{{ site_url('get-involved/donate') }}"><div class="footeritem"><span>{{ _('Donate') }}</span></div></a></li>
-    <li><a href="{{ site_url('docs') }}"><div class="footeritem"><span>{{ _('Learn More!') }}</span></div></a></li>
+    <li><a href="{{ site_url('media') }}"><div class="footeritem"><span>{{ _('Media') }}</span></div></a></li>
+    <li><a href="{{ site_url('papers') }}"><div class="footeritem"><span>{{ _('Papers') }}</span></div></a></li>
   </ul>
 </div>