missed another link to trac

This commit is contained in:
echelon2
2018-02-22 19:42:51 +00:00
parent 5fe44a36d6
commit 6080600997

View File

@@ -23,9 +23,9 @@ Tell your friends.
{%- endtrans %}
</li><li><b>{{ _('Testing') }}</b> &mdash;
{% trans monotone=site_url('get-involved/guides/monotone'),
trac='http://trac.i2p2.i2p/report/1' -%}
trac=i2pconv('trac.i2p2.i2p') -%}
Run the latest builds from <a href="{{ monotone }}">monotone</a>
and report results on #i2p or as bugs on <a href="{{ trac }}">Trac</a>.
and report results on #i2p or as bugs on <a href="http://{{ trac }}/report/1">Trac</a>.
{%- endtrans %}
</li><li><b>{{ _('Documentation') }}</b> &mdash;
{% trans -%}
@@ -52,11 +52,11 @@ Write or port applications for I2P! There's some guidelines and
a list of ideas on the <a href="{{ apps }}">applications page</a>.
{%- endtrans %}
</li><li><b>{{ _('Coding') }}</b> &mdash;
{% trans trac='https://trac.i2p2.de/report/1',
{% trans trac=i2pconv('trac.i2p2.i2p'),
zzz=i2pconv('zzz.i2p'),
newdevs=site_url('get-involved/guides/new-developers') -%}
There's plenty to do if you know Java or are ready to learn.
Check for open tickets on <a href="{{ trac }}">Trac</a>
Check for open tickets on <a href="http://{{ trac }}/report/1">Trac</a>
or the TODO list on <a href="http://{{ zzz }}">{{ zzz }}</a> for
some ideas on where to start.
See the <a href="{{ newdevs }}">new developer's guide</a> for details.