From 3696b7e5e4aad249855c193883c46ddf7d395bff Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 9 Jan 2017 22:41:39 -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 612a7caf..63de394e 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#api-documentation). +Most of the Cyclone compiler is implemented in Scheme as [a series of libraries](API.md#cyclone-compiler-api). ## Scheme Standards