summaryrefslogtreecommitdiff
path: root/doc/macros.md
diff options
context:
space:
mode:
authorAndrey Listopadov <andreyorst@gmail.com>2021-02-17 19:29:10 +0300
committerAndrey Listopadov <andreyorst@gmail.com>2021-02-17 19:29:10 +0300
commita7047d22c756222728ec1e2cd863c4875610be6e (patch)
treee78cb318ab1e96ea5bed92f64e66d2fb6581cdac /doc/macros.md
parent5bc5ed932c1f564188938e7e07283f9720c6088a (diff)
fix(doc): use automatic link resolution in docs
Diffstat (limited to 'doc/macros.md')
-rw-r--r--doc/macros.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/macros.md b/doc/macros.md
index fdced4e..3b99c3e 100644
--- a/doc/macros.md
+++ b/doc/macros.md
@@ -231,7 +231,7 @@ Function signature:
Wrapper around `local` which can declare variables inside namespace,
and as local `name` at the same time similarly to
-[`fn*`](#fn*). Accepts optional `attr-map?` which can contain a
+[`fn*`](#fn). Accepts optional `attr-map?` which can contain a
docstring, and whether variable should be mutable or not. Sets
variable to the result of `expr`.
@@ -594,5 +594,5 @@ Copyright (C) 2020-2021 Andrey Listopadov
License: [MIT](https://gitlab.com/andreyorst/fennel-cljlib/-/raw/master/LICENSE)
-<!-- Generated with Fenneldoc 0.1.0
+<!-- Generated with Fenneldoc 0.1.2
https://gitlab.com/andreyorst/fenneldoc -->