diff src/java.html.luan @ 67:b1982e401900

security
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 15 Sep 2024 08:09:27 -0600
parents 7c496678f32a
children
line wrap: on
line diff
--- a/src/java.html.luan	Sat Aug 24 22:26:46 2024 -0600
+++ b/src/java.html.luan	Sun Sep 15 08:09:27 2024 -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="http://mikraite.arkian.net/Jave-inner-classes-tp3503.html">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="https://mikraite.arkian.net/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>