Updated old links to papers page

This commit is contained in:
str4d
2013-12-30 05:46:42 +00:00
parent a41c4683f4
commit b6cd001ce1
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
{% block title %}{{ _('Presentations on I2P') }}{% endblock %}
{% block content %}
<h1>{{ _('Presentations on I2P') }}</h1>
<p>{% trans papers=site_url('research/papers') -%}
<p>{% trans papers=site_url('papers') -%}
Following are links to presentations, videos, and tutorials about I2P. Links to research papers on I2P are available <a href="{{ papers }}">here</a>.
{%- endtrans %}</p>
<p>{% trans email='press ~~~at~~~ i2p2.de' -%}

View File

@@ -31,7 +31,7 @@ If you find any inaccuracies in the documents linked below, please
<li><a href="{{ site_url('docs/how/threat-model') }}">{{ _('Threat model and analysis') }}</a></li>
<li><a href="{{ site_url('comparison') }}">{{ _('Comparisons to other anonymous networks') }}</a></li>
<li><a href="{{ site_url('docs/protocol') }}">{{ _('Protocol stack chart') }}</a></li>
<li><a href="{{ site_url('research/papers') }}">{{ _('Papers on I2P') }}</a></li>
<li><a href="{{ site_url('papers') }}">{{ _('Papers on I2P') }}</a></li>
<li>{% trans pdf=url_for('static', filename='pdf/i2p_philosophy.pdf') %}<a href="{{ pdf }}">Invisible Internet Project (I2P) Project Overview</a> August 28, 2003 (pdf){% endtrans %}</li>
</ul>