From 09ff280f028ef6eb1a2e112557c4081a6b73d5d1 Mon Sep 17 00:00:00 2001
From: zzz <zzz@i2pmail.org>
Date: Wed, 14 Sep 2022 16:45:45 -0400
Subject: [PATCH] link fixes take 2?

---
 i2p2www/blog/2022/09/30/SSU2-Transport.draft.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/i2p2www/blog/2022/09/30/SSU2-Transport.draft.rst b/i2p2www/blog/2022/09/30/SSU2-Transport.draft.rst
index 8beb6688e..5df7cea95 100644
--- a/i2p2www/blog/2022/09/30/SSU2-Transport.draft.rst
+++ b/i2p2www/blog/2022/09/30/SSU2-Transport.draft.rst
@@ -31,7 +31,7 @@ SSU2 may be one of the most secure transport protocols ever designed.
 {%- endtrans %}
 
 
-{% trans link1="{{ proposal_url("159") }}", link2="{{ site_url("docs/transport/ssu") }}", link3="https://en.wikipedia.org/wiki/ElGamal_encryption" -%}
+{% trans link1="{{proposal_url('159')}}", link2="{{site_url('docs/transport/ssu')}}", link3="https://en.wikipedia.org/wiki/ElGamal_encryption" -%}
 The Java I2P and i2pd teams are finishing the `SSU2 transport <{{ link1 }}>`_ and we will enable it for all routers in the next release.
 This completes our decade-long plan to upgrade all the cryptography from the original
 Java I2P implementation dating back to 2003.
@@ -83,7 +83,7 @@ All I2P Noise protocols use the following standard cryptographic algorithms:
 {% trans %}Design{% endtrans %}
 ------------------------------------
 
-{% trans link1="{{ spec_url("i2np") }}" -%}
+{% trans link1="{{spec_url('i2np')}}" -%}
 SSU2, like previous I2P transport protocols, is not a general-purpose pipe for data.
 Its primary job is to securely deliver I2P's low-level `I2NP messages <{{ link1 }}>`_
 from one router to the next router.
@@ -198,7 +198,7 @@ While encrypting the session ID makes incoming packet classification a little mo
 {% trans %}Packet Numbering, ACKS, and Retransmission{% endtrans %}
 ```````````````````````````````````````````````````````````````````````
 
-{% trans link1="{{ spec_url("streaming") }}" -%}
+{% trans link1="{{spec_url('streaming')}}" -%}
 SSU2 contains several improvements over SSU for security and efficiency.
 The packet number is the AEAD nonce, and each packet number is only used once.
 Acknowledgements (ACKs) are for packet numbers, not I2NP message numbers or fragments.
-- 
GitLab