More assorted internal and external URL fixes
This commit is contained in:
@@ -2,16 +2,16 @@
|
||||
{% block title %}{{ _('Links') }}{% endblock %}
|
||||
{% block content %}
|
||||
<h1>{{ _('Recommended Links & Resources') }}</h1>
|
||||
<p>{% trans papers=site_url('about/papers') -%}
|
||||
<p>{% trans media=site_url('about/media') -%}
|
||||
See also the page with
|
||||
<a href="{{ papers }}">links to papers, presentations, videos, and tutorials about I2P</a>.
|
||||
<a href="{{ media }}">links to presentations, videos, and tutorials about I2P</a>.
|
||||
{%- endtrans %}</p>
|
||||
|
||||
<div class="links">
|
||||
<ul>
|
||||
<h4>{{ _('Friends of I2P') }}</h4>
|
||||
<li><a href="http://anomos.info/">Anomos Pseudonymous Encrypted Bittorrent</a></li>
|
||||
<li><a href="http://www.eff.org/">EFF</a></li>
|
||||
<li><a href="https://www.eff.org/">EFF</a></li>
|
||||
<li><a href="https://gnunet.org/">GNUnet</a></li>
|
||||
<li><a href="https://www.ipredator.se/?lang=en">Ipredator</a></li>
|
||||
<li><a href="http://www.isdpodcast.com/">InfoSec Daily Podcast</a></li>
|
||||
@@ -23,8 +23,8 @@ See also the page with
|
||||
<li><a href="http://www.torproject.org/">Tor</a></li>
|
||||
<h4>{{ _('More Projects and Documentation') }}</h4>
|
||||
<li><a href="http://freehaven.net/anonbib/topic.html">Freehaven's Anonymity Bibliography</a></li>
|
||||
<li><a href="http://gnunet.org/links.php3">GNUNet's related projects</a></li>
|
||||
<li><a href="http://www.tik.ee.ethz.ch/~morphmix/">Morphmix</a></li>
|
||||
<li><a href="https://gnunet.org/links">GNUNet's related projects</a></li>
|
||||
<li><a href="https://home.zhaw.ch/~rer/projects/morphmix/">Morphmix</a></li>
|
||||
<li><a href="http://www.pdos.lcs.mit.edu/tarzan/">Tarzan</a></li>
|
||||
<li><a href="http://www.onion-router.net/">Onion Routing</a></li>
|
||||
<li><a href="http://mixmaster.sourceforge.net/">Mixmaster</a></li>
|
||||
|
Reference in New Issue
Block a user