Updated documentation

This commit is contained in:
2025-11-11 13:54:12 +01:00
parent 574877eba7
commit 9e52b7bca4

View File

@@ -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: