From 9e52b7bca4e6a7a36e7be7d4c42ea9ed2796cfb7 Mon Sep 17 00:00:00 2001 From: Marco Cetica Date: Tue, 11 Nov 2025 13:54:12 +0100 Subject: [PATCH] Updated documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 303eb64..412afa9 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ This will compile the library as well as the `usage.c` file and the unit tests. ## Documentation For additional details about this library (internal design, memory -management, data ownership, etc.) go to the `docs/` folder. +management, data ownership, etc.) go to the [docs folder](/docs). ## Unit tests Datum provides some unit tests for both the `Vector` and the `Map` data types. To run them, you can issue the following commands: