From b1202918b2a7cb91e9c7744b70cea7e241bce2f8 Mon Sep 17 00:00:00 2001 From: Andrey Listopadov Date: Mon, 28 Aug 2023 23:59:40 +0300 Subject: update doc link --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4888419..1435ff8 100644 --- a/README.md +++ b/README.md @@ -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