diff options
| author | Andrey Orst <andreyorst@gmail.com> | 2021-01-24 19:28:45 +0300 |
|---|---|---|
| committer | Andrey Orst <andreyorst@gmail.com> | 2021-01-24 19:36:55 +0300 |
| commit | 79291f0e4f9c7c4f0a8ebcbe53270c65ad932bfc (patch) | |
| tree | bfc346328157c2f059dff2c5709b81b6745ff599 /doc/macros.md | |
| parent | b22f270b596881630fb1dbd6a721c1fe6312f00d (diff) | |
fix: update heading links
Diffstat (limited to 'doc/macros.md')
| -rw-r--r-- | doc/macros.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/macros.md b/doc/macros.md index f1efa48..7fa717c 100644 --- a/doc/macros.md +++ b/doc/macros.md @@ -3,7 +3,7 @@ Macros for Cljlib that implement various facilities from Clojure. **Table of contents** -- [`fn*`](#fn*) +- [`fn*`](#fn) - [`try`](#try) - [`def`](#def) - [`defonce`](#defonce) |