From 226d4c8c65da015d4725cf96dcc728d006ee57a5 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 8 Aug 2017 18:31:38 -0400 Subject: [PATCH] Fix links --- docs/api/srfi/143.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/api/srfi/143.md b/docs/api/srfi/143.md index 3763ba9f..b3abae04 100644 --- a/docs/api/srfi/143.md +++ b/docs/api/srfi/143.md @@ -10,24 +10,24 @@ See the [SRFI document](http://srfi.schemers.org/srfi-143/srfi-143.html) for mor [`fx-least`](#fx-least) ## Predicates -[`fixnum?`](#fixnum?) -[`fx=?`](#fx=?) -[`fx?`](#fx>?) -[`fx<=?`](#fx<=?) -[`fx>=?`](#fx>=?) -[`fxzero?`](#fxzero?) -[`fxpositive?`](#fxpositive?) -[`fxnegative?`](#fxnegative?) -[`fxodd?`](#fxodd?) -[`fxeven?`](#fxeven?) +[`fixnum`](#fixnum?) +[`fx`](#fx=?) +[`fx-1`](#fx?) +[`fx-3`](#fx<=?) +[`fx-4`fx>=?) +[`fxzero`](#fxzero?) +[`fxpositive`](#fxpositive?) +[`fxnegative`](#fxnegative?) +[`fxodd`](#fxodd?) +[`fxeven`](#fxeven?) [`fxmax`](#fxmax) [`fxmin`](#fxmin) ## Basic arithmetic -[`fx+`](#fx+) +[`fx-5`](#fx+) [`fx-`](#fx-) -[`fx*`](#fx*) +[`fx-6`](#fx*) [`fxneg`](#fxneg) [`fxquotient`](#fxquotient) [`fxremainder`](#fxremainder) @@ -46,7 +46,7 @@ See the [SRFI document](http://srfi.schemers.org/srfi-143/srfi-143.html) for mor [`fxbit-count`](#fxbit-count) [`fxlength`](#fxlength) [`fxif`](#fxif) -[`fxbit-set?`](#fxbit-set?) +[`fxbit-set`](#fxbit-set?) [`fxcopy-bit`](#fxcopy-bit) [`fxfirst-set-bit`](#fxfirst-set-bit) [`fxbit-field`](#fxbit-field)