diff --git a/core/java/src/net/i2p/crypto/HMAC256Generator.java b/core/java/src/net/i2p/crypto/HMAC256Generator.java
index a4f541e34214ee1d4fd18b33d7f084e10d02134a..55cbd6cd912bb87159080773f874765f221121d5 100644
--- a/core/java/src/net/i2p/crypto/HMAC256Generator.java
+++ b/core/java/src/net/i2p/crypto/HMAC256Generator.java
@@ -13,7 +13,7 @@ import org.bouncycastle.crypto.macs.I2PHMac;
 /**
  * Calculate the HMAC-SHA256 of a key+message.  All the good stuff occurs
  * in {@link org.bouncycastle.crypto.macs.I2PHMac} and 
- * {@link net.i2p.crypto.Sha256Standalone}.
+ * {@link gnu.crypto.hash.Sha256Standalone}.
  *
  * This should be compatible with javax.crypto.Mac.getInstance("HmacSHA256")
  * but that is untested.