[armedbear-cvs] r13128 - public_html/doc
Ville Voutilainen
vvoutilainen at common-lisp.net
Thu Jan 6 13:55:23 UTC 2011
Author: vvoutilainen
Date: Thu Jan 6 08:55:21 2011
New Revision: 13128
Log:
Fix example links.
Modified:
public_html/doc/abcl-user.html
Modified: public_html/doc/abcl-user.html
==============================================================================
--- public_html/doc/abcl-user.html (original)
+++ public_html/doc/abcl-user.html Thu Jan 6 08:55:21 2011
@@ -163,7 +163,7 @@
}
}
</PRE>
- See the entire code sample <A href="http://trac.common-lisp.net/armedbear/browser/trunk/abcl/examples/abcl/javacall_from_lisp/Main.java">here</A>.
+ See the entire code sample <A href="http://trac.common-lisp.net/armedbear/browser/trunk/abcl/examples/lisp-to-java/Main.java">here</A>.
<H2>Lisp code</H2>
<P>
We need to get the
@@ -193,11 +193,11 @@
(result (jcall method param 2 4)))
(format t "in void-function, result of calling addTwoNumbers(2, 4): ~a~%" result)))
</PRE>
- See the entire code sample <A href="http://trac.common-lisp.net/armedbear/browser/trunk/abcl/examples/abcl/javacall_from_lisp/lispfunctions.lisp">here</A>.
+ See the entire code sample <A href="http://trac.common-lisp.net/armedbear/browser/trunk/abcl/examples/lisp-to-java/lispfunctions.lisp">here</A>.
<H1>Sample Code</H1>
<UL>
<LI>
- Code examples can be found <A href="http://trac.common-lisp.net/armedbear/browser/trunk/abcl/examples/abcl">here</A>.
+ Code examples can be found <A href="http://trac.common-lisp.net/armedbear/browser/trunk/abcl/examples/">here</A>.
</LI>
<LI>Conway's Game of Life: This example shows how to call Lisp code from Java.
<UL>
@@ -218,4 +218,4 @@
<A rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/"><IMG alt="Creative Commons License" style="border-width:0" src="./abcl-user_files/88x31.png"></A><BR><SPAN xmlns:dc="http://purl.org/dc/elements/1.1/" href="http://purl.org/dc/dcmitype/Text" property="dc:title" rel="dc:type">Armed Bear Common Lisp Tutorial</SPAN> by <A xmlns:cc="http://creativecommons.org/ns#" href="./abcl-user_files/abcl-user.html" property="cc:attributionName" rel="cc:attributionURL">Paul Reiners</A> is licensed under a <A rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License</A>. Code samples are released under the GNU General Public License.
-</BODY></HTML>
\ No newline at end of file
+</BODY></HTML>
More information about the armedbear-cvs
mailing list