From 603c68f7bfb4508bc799e7c0b92cdefc29387280 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 9 Jan 2017 22:39:49 -0500 Subject: [PATCH] WIP --- docs/Writing-the-Cyclone-Scheme-Compiler-Revised-2017.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Writing-the-Cyclone-Scheme-Compiler-Revised-2017.md b/docs/Writing-the-Cyclone-Scheme-Compiler-Revised-2017.md index 1a88554f..612a7caf 100644 --- a/docs/Writing-the-Cyclone-Scheme-Compiler-Revised-2017.md +++ b/docs/Writing-the-Cyclone-Scheme-Compiler-Revised-2017.md @@ -392,7 +392,7 @@ The interpreter's full implementation is available in the `(scheme eval)` librar ### Compiler Internals -Most of the Cyclone compiler is implemented in Scheme as [a series of libraries](API.md#cyclone-libraries). +Most of the Cyclone compiler is implemented in Scheme as [a series of libraries](API.md#api-documentation). ## Scheme Standards