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