More URL fixes

This commit is contained in:
str4d
2013-02-06 03:34:20 +00:00
parent 5422df80ea
commit 88c773cc4a
3 changed files with 53 additions and 51 deletions

View File

@@ -4,11 +4,13 @@
<h1>{{ _('Download I2P') }}</h1>
<h3>{{ _('Dependency') }}</h3>
<p>{% trans %}
<p>{% trans java='https://www.java.com/en/download/index.jsp',
openjdk='http://openjdk.java.net/install/',
icedtea='http://icedtea.classpath.org/wiki/Main_Page' %}
Java Runtime 1.5 or higher.
(<a href="http://java.com/download/">Oracle/Sun Java Version 6</a>,
<a href="http://openjdk.java.net/install/">OpenJDK 6</a>, or
<a href="http://icedtea.classpath.org/wiki/Main_Page">IcedTea6</a>
(<a href="{{ java }}">Oracle/Sun Java Version 6</a>,
<a href="{{ openjdk }}">OpenJDK 6</a>, or
<a href="{{ icedtea }}">IcedTea6</a>
recommended)
<br />
<a href="http://java.com/en/download/installed.jsp?detect=jre&amp;try=1">Determine your installed Java version here</a>