From f70379c44a1ed3a8561fc6dd6531b30d6b96e455 Mon Sep 17 00:00:00 2001 From: str4d <str4d@mail.i2p> Date: Fri, 30 Aug 2013 07:29:55 +0000 Subject: [PATCH] Broken link fixes --- i2p2www/pages/site/about/media.html | 4 +--- i2p2www/pages/site/docs/spec/common-structures.html | 2 +- i2p2www/pages/site/docs/spec/i2cp.html | 4 ++-- i2p2www/pages/site/get-involved/develop/applications.html | 6 +++--- 4 files changed, 7 insertions(+), 9 deletions(-) diff --git a/i2p2www/pages/site/about/media.html b/i2p2www/pages/site/about/media.html index 641326dad..17b7a7b63 100644 --- a/i2p2www/pages/site/about/media.html +++ b/i2p2www/pages/site/about/media.html @@ -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' -%} diff --git a/i2p2www/pages/site/docs/spec/common-structures.html b/i2p2www/pages/site/docs/spec/common-structures.html index 2f8fd1096..a68bb4186 100644 --- a/i2p2www/pages/site/docs/spec/common-structures.html +++ b/i2p2www/pages/site/docs/spec/common-structures.html @@ -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> diff --git a/i2p2www/pages/site/docs/spec/i2cp.html b/i2p2www/pages/site/docs/spec/i2cp.html index 070fa709d..d6ed59efe 100644 --- a/i2p2www/pages/site/docs/spec/i2cp.html +++ b/i2p2www/pages/site/docs/spec/i2cp.html @@ -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> diff --git a/i2p2www/pages/site/get-involved/develop/applications.html b/i2p2www/pages/site/get-involved/develop/applications.html index 79659d971..d23578d45 100644 --- a/i2p2www/pages/site/get-involved/develop/applications.html +++ b/i2p2www/pages/site/get-involved/develop/applications.html @@ -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> -- GitLab