diff --git a/docs/User-Manual.md b/docs/User-Manual.md index a0bc8b45..3bd03caf 100644 --- a/docs/User-Manual.md +++ b/docs/User-Manual.md @@ -120,7 +120,9 @@ Scheme code can be evaluated interactively using the `icyc` command: # Language Details -Cyclone implements the Scheme language as documented by the [R7RS Scheme Specification](r7rs.pdf). There is a [R7RS Compliance](Scheme-Language-Compliance.md) chart that lists the differences between the specification and Cyclone's implementation. +Cyclone implements the Scheme language as documented by the [R7RS Scheme Specification](r7rs.pdf). + +In addition there is a [R7RS Compliance Chart](Scheme-Language-Compliance.md) that lists differences between the specification and Cyclone's implementation. [API Documentation](API.md) is available for the libraries provide by Cyclone.