From 293479935d2b4f3c303d6092bf483381a350b2a3 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 11 Jan 2017 23:35:18 -0500 Subject: [PATCH] Fix link --- _posts/2017-01-11-Writing-the-Cyclone-Scheme-Compiler.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2017-01-11-Writing-the-Cyclone-Scheme-Compiler.md b/_posts/2017-01-11-Writing-the-Cyclone-Scheme-Compiler.md index 81cb9622..9841e732 100644 --- a/_posts/2017-01-11-Writing-the-Cyclone-Scheme-Compiler.md +++ b/_posts/2017-01-11-Writing-the-Cyclone-Scheme-Compiler.md @@ -4,4 +4,4 @@ title: Writing the Cyclone Scheme Compiler (Revised 2017) excerpt: Provide an update on Cyclone's internals and the development process --- -A new version of [Writing the Cyclone Scheme Compiler](docs/Writing-the-Cyclone-Scheme-Compiler-Revised-2017) is now available that provides updates on all the development that has happened in the last year and a half, including development of the new garbage collector. +A new version of [Writing the Cyclone Scheme Compiler](http://justinethier.github.io/cyclone/docs/Writing-the-Cyclone-Scheme-Compiler-Revised-2017) is now available that provides updates on all the development that has happened in the last year and a half, including development of the new garbage collector.