From 7ffb609147b374430a4e9d9aef45acca01c5ac7f Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 13 Jan 2016 23:40:42 -0500 Subject: [PATCH] Fixed links --- README.md | 2 +- docs/User-Manual.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b41b0de4..f892b3b4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[cyclone-scheme](http://justinethier.github.com/cyclone) +[cyclone-scheme](http://github.com/justinethier/cyclone) Cyclone is an experimental Scheme-to-C compiler that uses a variant of the [Cheney on the MTA](http://www.pipeline.com/~hbaker1/CheneyMTA.html) technique to implement full tail recursion, continuations, generational garbage collection, and native threads. diff --git a/docs/User-Manual.md b/docs/User-Manual.md index ab2b1246..88bb2fb1 100644 --- a/docs/User-Manual.md +++ b/docs/User-Manual.md @@ -1,4 +1,4 @@ -[cyclone-scheme](http://justinethier.github.com/cyclone) +[cyclone-scheme](http://github.com/justinethier/cyclone) # User Manual