Author: ebourg
Date: Wed Apr 23 14:26:40 2014
New Revision: 1589428

URL: http://svn.apache.org/r1589428
Log:
Updated the links to the Jasmin homepage (BCEL-152)

Modified:
    commons/proper/bcel/trunk/src/examples/JasminVisitor.java
    commons/proper/bcel/trunk/src/site/xdoc/manual.xml

Modified: commons/proper/bcel/trunk/src/examples/JasminVisitor.java
URL: 
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/examples/JasminVisitor.java?rev=1589428&r1=1589427&r2=1589428&view=diff
==============================================================================
--- commons/proper/bcel/trunk/src/examples/JasminVisitor.java (original)
+++ commons/proper/bcel/trunk/src/examples/JasminVisitor.java Wed Apr 23 
14:26:40 2014
@@ -50,8 +50,8 @@ import org.apache.bcel.generic.Select;
 import org.apache.bcel.generic.TABLESWITCH;
 
 /**
- * Disassemble Java class object into the <A 
HREF="http://www.cat.nyu.edu/meyer/jasmin";>
- * JASMIN</A> format.
+ * Disassemble Java class object into the <a 
href="http://jasmin.sourceforge.net";>
+ * Jasmin</a> format.
  *
  * @version $Id$
  * @author <A HREF="mailto:[email protected]";>M. Dahm</A>

Modified: commons/proper/bcel/trunk/src/site/xdoc/manual.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/site/xdoc/manual.xml?rev=1589428&r1=1589427&r2=1589428&view=diff
==============================================================================
--- commons/proper/bcel/trunk/src/site/xdoc/manual.xml (original)
+++ commons/proper/bcel/trunk/src/site/xdoc/manual.xml Wed Apr 23 14:26:40 2014
@@ -611,7 +611,7 @@
     <li> Various code examples and utilities like a class file viewer,
     a tool to convert class files into HTML, and a converter from
     class files to the <a
-    href="http://mrl.nyu.edu/~meyer/jasmin/";>Jasmin</a> assembly
+    href="http://jasmin.sourceforge.net";>Jasmin</a> assembly
     language.</li>
     </ol>
   </p>
@@ -741,7 +741,7 @@
     visitor objects to traverse and analyze the contents of a class
     file. Included in the distribution is a class
     <tt>JasminVisitor</tt> that converts class files into the <a
-    href="http://mrl.nyu.edu/~meyer/jasmin/";>Jasmin</a>
+    href="http://jasmin.sourceforge.net";>Jasmin</a>
     assembler language.
   </p>
 


Reply via email to