diff options
| author | Andrey Listopadov <andreyorst@gmail.com> | 2023-08-28 23:59:40 +0300 |
|---|---|---|
| committer | Andrey Listopadov <andreyorst@gmail.com> | 2023-08-28 23:59:40 +0300 |
| commit | b1202918b2a7cb91e9c7744b70cea7e241bce2f8 (patch) | |
| tree | dc12776a22cb123f528d90c0240f6ab6e1b37bad | |
| parent | ece7f872860d286536cb1a5d4f9d5b7da6dc88be (diff) | |
update doc link
| -rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -29,11 +29,11 @@ However, this way the macros provided by this library will not be available. ## Documentation -Documentation is auto-generated with [Fenneldoc](https://gitlab.com/andreyorst/fenneldoc) and can be found [here](https://gitlab.com/andreyorst/fennel-cljlib/-/tree/master/doc). +Documentation is auto-generated with [Fenneldoc][2] and can be found [here][3]. # Contributing -Please make sure you've read [contribution guidelines][2]. +Please make sure you've read [contribution guidelines][4]. In order to work on the library, edit the `src/cljlib.fnl` file, then run the following command in the project root: @@ -46,7 +46,9 @@ Tests can be ran with: fennel utils/run-tests [1]: https://gitlab.com/andreyorst/fennel-cljlib/-/raw/master/cljlib.fnl -[2]: https://gitlab.com/andreyorst/fennel-cljlib/-/tree/master/CONTRIBUTING.md +[2]: https://gitlab.com/andreyorst/fenneldoc +[3]: https://gitlab.com/andreyorst/fennel-cljlib/-/blob/master/doc/cljlib.md +[4]: https://gitlab.com/andreyorst/fennel-cljlib/-/tree/master/CONTRIBUTING.md <!-- LocalWords: Lua submodule precompile cljlib docstring config LocalWords: namespace destructure runtime Clojure precompiled |