Broken link fixes
This commit is contained in:
@@ -193,12 +193,10 @@ November 2007.
|
||||
{%- endtrans %}</li>
|
||||
|
||||
<li>{% trans link='http://www.gulli.com/news/i2p-an-anonymous-network-2009-03-09/',
|
||||
german='http://www.gulli.com/news/i2p-anonymes-netzwerk-im-2009-03-09/',
|
||||
russian='http://translated.by/you/i2p-an-anonymous-network-interrogated/into-ru/' -%}
|
||||
german='http://www.gulli.com/news/i2p-anonymes-netzwerk-im-2009-03-09/' -%}
|
||||
<a href="{{ link }}">zzz interviewed by gulli.com</a>
|
||||
March 2009
|
||||
<a href="{{ german }}">German translation</a>
|
||||
<a href="{{ russian }}">Russian translation</a>
|
||||
{%- endtrans %}</li>
|
||||
|
||||
<li>{% trans mp3='http://www.isdpodcast.com/podcasts/infosec-daily-podcast-episode-454.mp3' -%}
|
||||
|
@@ -168,7 +168,7 @@ Defines an identifier that is unique to each router in a tunnel.
|
||||
4 byte <a href="#type_Integer">Integer</a>
|
||||
{% endtrans %}</p>
|
||||
|
||||
<h4><a href="http://docs.i2p-projekt.de/javadoc/net/i2p/data/TunnelID.html">Javadoc</a></h4>
|
||||
<h4><a href="http://docs.i2p-projekt.de/javadoc/net/i2p/data/TunnelId.html">Javadoc</a></h4>
|
||||
|
||||
<h2 id="type_Certificate">Certificate</h2>
|
||||
<h4>{% trans %}Description{% endtrans %}</h4>
|
||||
|
@@ -844,10 +844,10 @@ The client responds with a <a href="#msg_CreateLeaseSet">Create LeaseSet Message
|
||||
<ol><li>
|
||||
<a href="#struct_SessionId">Session ID</a>
|
||||
</li><li>
|
||||
1 byte <a href="common_structures_spec#type_Integer">Integer</a> number of tunnels
|
||||
1 byte <a href="{{ site_url('docs/spec/common-structures') }}#type_Integer">Integer</a> number of tunnels
|
||||
</li><li>
|
||||
That many
|
||||
<a href="common_structures_spec#struct_Lease">Leases</a>
|
||||
<a href="{{ site_url('docs/spec/common-structures') }}#struct_Lease">Leases</a>
|
||||
</li></ol>
|
||||
|
||||
<h4>Notes</h4>
|
||||
|
@@ -578,9 +578,9 @@ Contact us if you would like to contribute.
|
||||
<a href="http://{{ i2pconv('forum.i2p') }}/viewforum.php?f=25">I2Phex</a>
|
||||
</li></ul>
|
||||
<p>
|
||||
See also all the plugins on <a href="http://plugins.i2p/">plugins.i2p</a>,
|
||||
the applications and source code listed on <a href="http://echelon.i2p/">echelon.i2p</a>,
|
||||
and the application code hosted on <a href="http://git.repo.i2p/">git.repo.i2p</a>.
|
||||
See also all the plugins on <a href="http://{{ i2pconv('plugins.i2p') }}/">plugins.i2p</a>,
|
||||
the applications and source code listed on <a href="http://{{ i2pconv('echelon.i2p') }}/">echelon.i2p</a>,
|
||||
and the application code hosted on <a href="http://{{ i2pconv('git.repo.i2p') }}/">git.repo.i2p</a>.
|
||||
</p><p>
|
||||
See also the bundled applications in the I2P distribution - SusiMail and I2PSnark.
|
||||
</p>
|
||||
|
Reference in New Issue
Block a user