diff --git a/docs/api/srfi/111.md b/docs/api/srfi/111.md index abf61680..c719b98a 100644 --- a/docs/api/srfi/111.md +++ b/docs/api/srfi/111.md @@ -4,9 +4,9 @@ The `(srfi 111)` library defines boxes, a container for an object of any Scheme See the [SRFI document](http://srfi.schemers.org/srfi-111/srfi-111.html) for more information. -- [`box`] (#box) -- [`box?`] (#box-1) -- [`unbox`] (#unbox) +- [`box`](#box) +- [`box?`](#box-1) +- [`unbox`](#unbox) - [`set-box!`](#set-box) # box