Fixed paths

This commit is contained in:
Justin Ethier 2015-02-21 22:16:44 -05:00
parent cdec643680
commit bdaeb6820a

View file

@ -1,4 +1,4 @@
[<img src="web/cyclone-logo-03-header.png" alt="cyclone-scheme">](http://justinethier.github.com/nugget/cyclone)
[<img src="docs/images/cyclone-logo-03-header.png" alt="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.