Fix links

This commit is contained in:
Justin Ethier 2016-10-04 23:09:17 -04:00
parent 53a4ebe9bd
commit b3f3f513ac
2 changed files with 14 additions and 14 deletions

View file

@ -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)

View file

@ -10,14 +10,14 @@ This section contains all of the primitives and other objects that are included
For more information see the [R<sup>7</sup>RS 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)