diff --git a/i2p2www/pages/downloads/debian.html b/i2p2www/pages/downloads/debian.html index e331fbfd..e1e688b3 100644 --- a/i2p2www/pages/downloads/debian.html +++ b/i2p2www/pages/downloads/debian.html @@ -108,7 +108,7 @@ For Testing or Unstable:
-
  • {% trans repokey='/_static/debian-repo.pub' -%} +
  • {% trans repokey=url_for('static', filename='debian-repo.pub') -%} Download the key used to sign the repository and add it to apt: {%- endtrans %}
        apt-key add debian-repo.pub diff --git a/i2p2www/pages/site/comparison/index.html b/i2p2www/pages/site/comparison/index.html index f87651a5..e473eb94 100644 --- a/i2p2www/pages/site/comparison/index.html +++ b/i2p2www/pages/site/comparison/index.html @@ -29,9 +29,9 @@ The following are discussed on the other networks
  • Haystack
  • -

    {% trans trac=i2pconv('trac.i2p2.i2p') -%} +

    {% trans trac='https://trac.i2p2.de/report/1' -%} The content of this page is subject to update, discussion and dispute, and we welcome comments and additions. -You may contribute an analysis by entering a new ticket on Trac. +You may contribute an analysis by entering a new ticket on Trac. {%- endtrans %}

    {% endblock %}