diff src/java.html.luan @ 34:c385a4f75b10

add java fork
author Franklin Schmidt <fschmidt@gmail.com>
date Sat, 27 May 2023 16:27:48 -0600
parents 9694eff797bf
children 7c496678f32a
line wrap: on
line diff
--- a/src/java.html.luan	Fri May 19 07:24:02 2023 -0600
+++ b/src/java.html.luan	Sat May 27 16:27:48 2023 -0600
@@ -34,7 +34,7 @@
 
 			<ul history>
 				<li>Java 1.0 was release in 1995.</li>
-				<li>Java 1.1 (1997) added reflection which was good. It also added inner classes which had problems as I discussed <a href="https://old.reddit.com/r/GoodSoftware/comments/d3glp4/jave_inner_classes/">here</a>.</li>
+				<li>Java 1.1 (1997) added reflection which was good. It also added inner classes which had problems as I discussed <a href="http://www.mikraite.org/Jave-inner-classes-tp3503.html">here</a>.</li>
 				<li>Java 1.2 (1998) didn't change the language.</li>
 				<li>Java 1.4 (2002) added "assert" which is harmless though I don't use it.</li>
 				<li>