From ed357b1a3e0be0d6e48a1c090c9d108202feacdb Mon Sep 17 00:00:00 2001
From: kytv <kytv@mail.i2p>
Date: Sat, 28 Jan 2012 22:07:32 +0000
Subject: [PATCH] fix broken links

---
 core/java/src/net/metanotion/package.html | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/core/java/src/net/metanotion/package.html b/core/java/src/net/metanotion/package.html
index 82e22b737a..9ca87ac2c0 100644
--- a/core/java/src/net/metanotion/package.html
+++ b/core/java/src/net/metanotion/package.html
@@ -140,17 +140,17 @@ public class BlockFile implements Closeable {
 		<h3>Bugfix and cleanup Release 10/6/2006</h2>
 		<p>An unnecessary class was removed, some junk methods removed, and a couple of JDK compatability issues were fixed. The StringBytes class was switched to ASCII(from UTF-8) for better compatibility.</p>
 		<ul>
-			<li><a href="BlockFile.2006.10.06.jar">BlockFile binary JAR, version 0.1.1</a></li>
-			<li><a href="BlockFile.src.2006.10.06.zip">BlockFile source code</a></li>
+			<li><a href="http://www.metanotion.net/software/sandbox/BlockFile.2006.10.06.jar">BlockFile binary JAR, version 0.1.1</a></li>
+			<li><a href="http://www.metanotion.net/software/sandbox/BlockFile.src.2006.10.06.zip">BlockFile source code</a></li>
 		</ul>
 		
 		<h3>Initial Release 9/28/2006</h3>
 		<ul>
-			<li><a href="BlockFile.2006.09.28.jar">BlockFile binary JAR, version 0.1</a></li>
-			<li><a href="BlockFile.src.2006.09.28.zip">BlockFile source code</a></li>
+			<li><a href="http://www.metanotion.net/software/sandbox/BlockFile.2006.09.28.jar">BlockFile binary JAR, version 0.1</a></li>
+			<li><a href="http://www.metanotion.net/software/sandbox/BlockFile.src.2006.09.28.zip">BlockFile source code</a></li>
 		</ul>
 
 		<hr />
 		<center>&copy; 2006 <a href="http://www.metanotion.net/">Metanotion Software</a></center>
 	</body>
-</html>
\ No newline at end of file
+</html>
-- 
GitLab