From 844011f37ea9f409aa42946cbe8250891d5cc869 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 24 Feb 2017 17:02:01 -0500 Subject: [PATCH] Link directly to modules page --- docs/API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/API.md b/docs/API.md index ca4e8a74..e54df4a5 100644 --- a/docs/API.md +++ b/docs/API.md @@ -74,7 +74,7 @@ These libraries are used by the Cyclone compiler. Some of these are stable and u # C API -[This documentation](http://justinethier.github.io/cyclone/c-api/) covers the C API provided by Cyclone Scheme. It is intended both to help understand how the Cyclone runtime works as well as to provide a useful reference manual when working with the Cyclone FFI. +[This documentation](http://justinethier.github.io/cyclone/c-api/modules.html) covers the C API provided by Cyclone Scheme. It is intended both to help understand how the Cyclone runtime works as well as to provide a useful reference manual when working with the Cyclone FFI. # Index