diff mbox

[wwwdocs,Java] Update reference to Java language specification

Message ID alpine.LNX.2.00.1211020025340.2266@tuna.site
State New
Headers show

Commit Message

Gerald Pfeifer Nov. 1, 2012, 11:27 p.m. UTC
Unlike other webmasters, Sun's/Oracle's actually took care of a
redirect.  Still we should update the link, and that was "recent"
many years ago, so I adjusted this on the way.

Applied.

Gerald

2012-11-02  Gerald Pfeifer  <gerald@pfeifer.com>

	* faq.html: Update reference to Java language specification.
	Remove reference to recent snapshots.
diff mbox

Patch

Index: faq.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/faq.html,v
retrieving revision 1.67
diff -u -3 -p -r1.67 faq.html
--- faq.html	27 Oct 2012 14:44:19 -0000	1.67
+++ faq.html	1 Nov 2012 23:24:50 -0000
@@ -265,9 +265,7 @@  $ gij HelloWorld
       <dl>
         <dd>
           GCJ supports all Java language constructs as per the 
-          <a href="http://java.sun.com/docs/books/jls/">Java language Specification</a>. 
-          Recent GCJ snapshots have added support for most JDK1.1 (and beyond)
-          language features, including inner classes.
+          <a href="http://docs.oracle.com/javase/specs/">Java language specification</a>. 
         </dd>
       </dl>