~ chicken-core (chicken-5) e2a3df86f0b12283f10047a5fd04432ecbad37e9


commit e2a3df86f0b12283f10047a5fd04432ecbad37e9
Author:     felix <felix@y.(none)>
AuthorDate: Mon Aug 23 23:54:54 2010 +0200
Commit:     felix <felix@y.(none)>
CommitDate: Mon Aug 23 23:54:54 2010 +0200

    post-migration-fixes for wiki2html (mario, again)

diff --git a/scripts/wiki2html.scm b/scripts/wiki2html.scm
index c885f95b..a34d53aa 100644
--- a/scripts/wiki2html.scm
+++ b/scripts/wiki2html.scm
@@ -199,7 +199,7 @@
 				(let ((href (second m)))
 				  (if (string-match (rx +http-url+) href)
 				      href
-				      (string-append "http://chicken.wiki.br/" href))))
+				      (string-append "http://wiki.call-cc.org/" href))))
 			       "'>"
 			       (clean (or (third m) (second m)))
 			       "</a>")))
Trap