From a1ea2746bf5710504984e97010a17ea50da0b60d Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 4 Oct 2016 00:13:50 -0400 Subject: [PATCH] Fix links --- docs/API.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/API.md b/docs/API.md index 5198f779..9414b7c0 100644 --- a/docs/API.md +++ b/docs/API.md @@ -2,12 +2,12 @@ # API Documentation -- [R7RS Libraries](#r7rs-libraries) -- [SRFI Libraries](#srfi-library-support) +- [Standard Libraries](#standard-libraries) +- [SRFI Libraries](#srfi-libraries) - [Cyclone Compiler API](#cyclone-compiler-api) - [Index](#index) -# R7RS Libraries +# Standard Libraries This section of the Cyclone API is based on the [R7RS Scheme Specification](r7rs.pdf):