From a5ea08124468c8536ce5d6d88e4dffc3b70ce7f7 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 18 Aug 2020 22:28:39 -0400 Subject: [PATCH] Link to new features --- docs/User-Manual.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/User-Manual.md b/docs/User-Manual.md index dc919b67..ad915e94 100644 --- a/docs/User-Manual.md +++ b/docs/User-Manual.md @@ -217,7 +217,7 @@ The Cyclone runtime can be used as a reference for how to write your own C funct ## Foreign Library -The `(cyclone foreign)` provides a convenient interface for integrating with C code, and provides higher-level constructs than `define-c`. See the API documentation for more information. +The [`(cyclone foreign)`](api/cyclone/foreign.md) provides a convenient interface for integrating with C code, and provides higher-level constructs than `define-c`. See the API documentation for more information. ## Including a C Header File @@ -251,7 +251,7 @@ A Cyclone library may use the `c-linker-options` expression to instruct the comp C functions `Cyc_scm_call` and `Cyc_scm_call_no_gc` are provided to allow calling Scheme functions from C. -The best way to get started with these functions is with the code examples in the Cyclone source tree under `examples/call-scm-from-c`. +The best way to get started with these functions is with the code examples in the Cyclone source tree under [`examples/call-scm-from-c`](../examples/call-scm-from-c). # Licensing Cyclone is available under the [MIT license](http://www.opensource.org/licenses/mit-license.php).