diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 98b669d..ea78c3d 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ You may use `make libs` to create a static and a shared numericx library. To ins ### Functions -See [Numericx documentation website](https://dacs-git.codeberg.page/numericx/), for the list of functions and function arguments of the Numericx library. +See [Numericx documentation website](https://danisanti.tilde.institute/docs/numericx-c/), for the list of functions and function arguments of the Numericx library. Look at `Files > File List` in the documentation menubar website. There are basically two main functions: the `numericx_translate()` and the `numericx_free()`. Remember to free your numericx result with `numericx_free(var);`! |