From bdaeb6820a42a3886e27f7d72bd6b27b8687e1d9 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Sat, 21 Feb 2015 22:16:44 -0500 Subject: [PATCH] Fixed paths --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1eab6cc8..a806178a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[cyclone-scheme](http://justinethier.github.com/nugget/cyclone) +[cyclone-scheme](http://justinethier.github.com/cyclone) Cyclone is an experimental Scheme-to-C compiler that uses the [Cheney on the MTA](http://www.pipeline.com/~hbaker1/CheneyMTA.html) technique to implement full tail recursion, continuations, and generational garbage collection.