bsc-projects-13.html
changeset 233 a62a47b84053
parent 232 9d8d6d900660
child 234 94341920e4d7
--- a/bsc-projects-13.html	Thu Sep 26 10:32:28 2013 +0100
+++ b/bsc-projects-13.html	Thu Sep 26 10:34:57 2013 +0100
@@ -81,7 +81,7 @@
 
   <p>
   On a rainy afternoon, I implemented 
-  <A HREF="http://www.dcs.kcl.ac.uk/staff/urbanc/cgi-bin/repos.cgi/afl-material/raw-file/tip/re3.scala">this</A> 
+  <A HREF="http://www.dcs.kcl.ac.uk/staff/urbanc/cgi-bin/repos.cgi/afl-material/raw-file/tip/progs/re3.scala">this</A> 
   regular expression matcher in Scala. It is not as fast as the official one in Scala, but
   it can match up to 11,000 <code>a</code>s in less than 5 seconds  without raising any exception
   (remember Python and Ruby both need nearly 30 seconds to process 28(!) <code>a</code>s, and Scala's