diff --git a/i2p2www/pages/site/get-involved/index.html b/i2p2www/pages/site/get-involved/index.html
index c454d6b9..08c36cd5 100644
--- a/i2p2www/pages/site/get-involved/index.html
+++ b/i2p2www/pages/site/get-involved/index.html
@@ -23,9 +23,9 @@ Tell your friends.
{%- endtrans %}
{{ _('Testing') }} —
{% 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 monotone
-and report results on #i2p or as bugs on Trac.
+and report results on #i2p or as bugs on Trac.
{%- endtrans %}
{{ _('Documentation') }} —
{% trans -%}
@@ -52,11 +52,11 @@ Write or port applications for I2P! There's some guidelines and
a list of ideas on the applications page.
{%- endtrans %}
{{ _('Coding') }} —
-{% 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 Trac
+Check for open tickets on Trac
or the TODO list on {{ zzz }} for
some ideas on where to start.
See the new developer's guide for details.