[cl-enumeration-cvs] CVS enumerations/docs/html
Update of /project/cl-enumeration/cvsroot/enumerations/docs/html In directory tiger.common-lisp.net:/tmp/cvs-serv17833 Modified Files: links.html Log Message: Fixed link to Java documentation. --- /project/cl-enumeration/cvsroot/enumerations/docs/html/links.html 2012/12/28 10:14:56 1.1 +++ /project/cl-enumeration/cvsroot/enumerations/docs/html/links.html 2012/12/28 10:26:35 1.2 @@ -41,7 +41,10 @@ <li><a href="http://common-lisp.net">common-lisp.net</a>: the host site.</li> <!-- <li><a href="http://clocc.sourceforge.net">CLOCC</a>: the site hosting <strong>MK:DEFSYSTEM</strong>.</li> --> - <li><a href="http://java.sum.com">The Java site</a></li> + <li><a + href="http://www.oracle.com/technetwork/java/javase/documentation/index.html">The + Oracle Java documentation site</a>; you can find the description of + the <code>java.util.Enumeration</code> interface there.</li> <li><a href="http://mitpress.mit.edu/sicp">Structure and Interpretation of Computer Programs</a>: the SICP site, where inspiration for the unifier can be found.</li> <li><a href="http://www.norvig.com/paip.html">Paradigms of Artificial Intelligence Programming</a>: the PAIP site, where more inspiration for the unifier can be found.</li> </ul>
participants (1)
-
CVS User mantoniotti