Updated internal links in downloads/*

This commit is contained in:
str4d
2012-12-15 12:49:03 +00:00
parent 6ee28ea429
commit 61bc5a5f19
2 changed files with 9 additions and 9 deletions

View File

@ -15,7 +15,7 @@ have been tested and <span style="font-style: italic;">should </span>work on x86
<li><a href="#debian">gNewSense</a> <span style="font-style: italic;">2.3</span></li>
<li><a href="#nonlinux">Nexenta</a> <span style="font-style: italic;">3.0.1</span></li>
</ul>
The I2P packages <span style="font-style: italic;">may</span> work on systems not listed above. Please report any issues with these packages on <a href="http://trac.i2p2.de/">Trac</a> at <a href="http://trac.i2p2.de">http://trac.i2p2.de</a>.
The I2P packages <span style="font-style: italic;">may</span> work on systems not listed above. Please report any issues with these packages on <a href="http://{{ i2pconv('trac.i2p2.i2p') }}/">Trac</a> at <a href="http://{{ i2pconv('trac.i2p2.i2p') }}/">http://{{ i2pconv('trac.i2p2.i2p') }}</a>.
<ul>
<li>Option 1: <a href="#ubuntu">Recent versions</a> of Ubuntu and its derivatives (<span style="font-style: italic;">Try this if you're not using Debian)</span></li>
<li>Option 2: <a href="#debian">Debian</a> (including systems based on Debian and older versions of Ubuntu)</li>
@ -55,7 +55,7 @@ user to root with "su" or by prefixing each command with "sudo").
<li>Add the GPG key that signs the repository with the following command:<br />
&nbsp;&nbsp;&nbsp; <code>apt-key adv --keyserver keyserver.ubuntu.com --recv-keys <a href="http://keyserver.ubuntu.com:11371/pks/lookup?search=0x474BC46576FAE76E97C1A1A1AB9660B9EB2CC88B&amp;op=index">EB2CC88B</a></code><br />
You'll have output like the following if the command was successful: <br />
&nbsp;&nbsp;&nbsp;&nbsp;<img src="/_static/images/add-key-terminal.png" alt="" /></li>
&nbsp;&nbsp;&nbsp;&nbsp;<img src="{{ url_for('static', filename='images/add-key-terminal.png') }}" alt="" /></li>
<li>For Debian Oldstable (Lenny) and Stable (Squeeze): Add the following entries to <code>/etc/apt/sources.list.d/i2p.list</code><br />
<code>&nbsp;&nbsp;&nbsp; deb http://ppa.launchpad.net/i2p-maintainers/i2p/ubuntu natty main <br />
&nbsp;&nbsp;&nbsp; deb-src http://ppa.launchpad.net/i2p-maintainers/i2p/ubuntu natty main </code><br />
@ -109,5 +109,5 @@ you may <a href="http://www.portforward.com">portforward.com</a> to be helpful.
as the default settings of 96 KB/s down / 40 KB/s up are fairly conservative.
</p>
<p>
If you want to reach eepsites via your browser, have a look on the <a href="htproxyports.html">browser proxy setup</a> page for an easy howto.</p>
If you want to reach eepsites via your browser, have a look on the <a href="{{ site_url('support/htproxyports') }}">browser proxy setup</a> page for an easy howto.</p>
{% endblock %}

View File

@ -44,7 +44,7 @@ or type <tt>java -version</tt> at your command prompt.
(SHA256
39a7d6859bf4bd9ac56fd83a5e32d47d1b24ba06f912a027804492ca941936dd
<a href="{{ url_for('downloads_select', file=ver('i2psource_%s.tar.bz2.sig')) }}">sig</a>)<br />
Alternately, you can fetch the source from <a href="newdevelopers#getting-the-i2p-code">monotone</a>.
Alternately, you can fetch the source from <a href="{{ site_url('volunteer/guides/newdevelopers') }}#getting-the-i2p-code">monotone</a>.
<br />
Run <code>(tar xjvf i2psource_{{ ver() }}.tar.bz2 ; cd i2p-{{ ver() }} ; ant pkg)</code> then either
run the GUI installer or headless install as above</li>
@ -71,7 +71,7 @@ start the router with "sh runplain.sh" instead.
<p>When installing for the first time, please remember to <b>adjust your NAT/firewall</b>
if you can, bearing in mind the Internet-facing ports I2P uses,
<a href="faq#ports">described here</a> among other ports.
<a href="{{ site_url('support/faq') }}#ports">described here</a> among other ports.
If you have successfully opened your port to inbound TCP, also enable inbound TCP on the
<a href="http://localhost:7657/confignet.jsp">configuration page</a>.
</p>
@ -82,7 +82,7 @@ as the default settings of 96 KBps down / 40 KBps up are fairly slow.
</p>
<p>
If you want to reach eepsites via your browser, have a look on the <a href="htproxyports.html">browser proxy setup</a> page for an easy howto.
If you want to reach eepsites via your browser, have a look on the <a href="{{ site_url('support/htproxyports') }}">browser proxy setup</a> page for an easy howto.
</p>
<h3>Updates from earlier releases:</h3>
@ -99,7 +99,7 @@ may get a "downloaded version is not greater than current version" error,
and should use the manual update method below.
</p><p>
If you are running 0.7.4 or earlier, please see
<a href="release-0.7.5.html">the 0.7.5 release notes</a>
<a href="{{ url_for('blog_entry', slug='2009/06/29/I2P_0.7.5_released') }}">the 0.7.5 release notes</a>
for important information about how to configure your router to automatically
receive the release.
</p><p>
@ -132,12 +132,12 @@ receive the release.
</ol>
The file is signed by zzz,
<a href="release-signing-key.html">whose key is here</a>.
<a href="{{ site_url('volunteer/develop/release-signing-key') }}">whose key is here</a>.
<h3>Previous Releases</h3>
Previous releases are available on <a href="http://code.google.com/p/i2p/downloads/list?can=1">Google Code</a>
and <a href="https://launchpad.net/i2p/trunk">Launchpad</a>
and within the I2P network on <a href="http://echelon.i2p/">echelon.i2p</a>.
and within the I2P network on <a href="http://{{ i2pconv('echelon.i2p') }}/">{{ i2pconv('echelon.i2p') }}</a>.
{% endblock %}