diff mbox

[wwwdocs,Java]

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

Commit Message

Gerald Pfeifer Nov. 1, 2012, 11:48 p.m. UTC
The current libjit reference greats us with "This Account Has Been 
Suspended".  Not good.  This fixes it.

Gerald


2012-11-02  Gerald Pfeifer  <gerald@pfeifer.com>
 
	* index.html (href): Adjust reference to libjit.
diff mbox

Patch

Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/index.html,v
retrieving revision 1.175
diff -u -3 -p -r1.175 index.html
--- index.html	30 Oct 2012 23:11:55 -0000	1.175
+++ index.html	1 Nov 2012 23:46:20 -0000
@@ -112,7 +112,7 @@  garbage collection when running <a href=
 <dd>Tom Tromey has <a
 href="http://gcc.gnu.org/ml/java/2006-04/msg00046.html">announced</a> the
 availability of two experimental Just-In-Time (JIT) interpreters for GCJ based
-on <a href="http://www.southern-storm.com.au/libjit.html">libjit</a> and <a
+on <a href="http://freecode.com/projects/libjit">libjit</a> and <a
 href="http://llvm.org/">LLVM</a> respectively. The source code for these
 JITs is available via the &quot;gcj-jit&quot; module of the <a
 href="http://sourceware.org/rhug/">rhug</a> repository.