diff --git a/docs/API.md b/docs/API.md index 8d5a752f..695c813f 100644 --- a/docs/API.md +++ b/docs/API.md @@ -102,25 +102,25 @@ This section is an alphabetic listing of all the functions, objects, and macros [`*version-number*`](api/scheme/cyclone/common#version-number) - - - -[`+`](api/primitives#-1) +[`+`](api/primitives#section-1) - - - [`->heap`](api/srfi/18#heap) [`-`](api/primitives#-) - - - -[`/`](api/primitives#-2) +[`/`](api/primitives#section-2) - - - -[`<=`](api/primitives#-4) -[`<`](api/primitives#-3) +[`<=`](api/primitives#section-4) +[`<`](api/primitives#section-3) - - - -[`=`](api/primitives#-5) +[`=`](api/primitives#section-5) - - - -[`>=`](api/primitives#-7) -[`>`](api/primitives#-6) +[`>=`](api/primitives#section-7) +[`>`](api/primitives#section-6) - - - [`Cyc-er-compare? `](api/scheme/cyclone/util#Cyc-er-compare) diff --git a/docs/api/primitives.md b/docs/api/primitives.md index 01f28eaf..830e5046 100644 --- a/docs/api/primitives.md +++ b/docs/api/primitives.md @@ -10,14 +10,14 @@ This section contains all of the primitives and other objects that are included For more information see the [R7RS Scheme Specification](../r7rs.pdf). - [`*`](#section) -- [`+`](#-1) +- [`+`](#section-1) - [`-`](#-) -- [`/`](#-2) -- [`<`](#-3) -- [`<=`](#-4) -- [`=`](#-5) -- [`>`](#-6) -- [`>=`](#-7) +- [`/`](#section-2) +- [`<`](#section-3) +- [`<=`](#section-4) +- [`=`](#section-5) +- [`>`](#section-6) +- [`>=`](#section-7) - [`apply `](#apply) - [`boolean? `](#boolean) - [`bytevector `](#bytevector)