From e44a04c8fbe360633cd68eafb2aaa960ef965244 Mon Sep 17 00:00:00 2001 From: zzz Date: Thu, 7 Jun 2018 13:11:51 +0000 Subject: [PATCH] Make garlic spec different anchor than garlic msg --- i2p2www/spec/i2np.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/i2p2www/spec/i2np.rst b/i2p2www/spec/i2np.rst index 1f029ae4..4f000087 100644 --- a/i2p2www/spec/i2np.rst +++ b/i2p2www/spec/i2np.rst @@ -3,7 +3,7 @@ I2NP Specification ================== .. meta:: :category: Protocols - :lastupdated: March 2018 + :lastupdated: June 2018 :accuratefor: 0.9.34 .. contents:: @@ -451,7 +451,7 @@ Notes Session Key immediately follows the flag byte. Clove encryption is not fully implemented. -* See also the garlic routing specification [GARLIC]_. +* See also the garlic routing specification [GARLICSPEC]_. * Maximum length is a function of the total length of all the cloves and the maximum length of the GarlicMessage. @@ -1283,7 +1283,7 @@ References .. [ElG-AES] {{ site_url('docs/how/elgamal-aes', True) }} -.. [GARLIC] +.. [GARLICSPEC] {{ site_url('docs/how/garlic-routing', True) }} .. [Hash]