about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDaniel Santos <dacs.git@brilhante.top>2023-01-29 10:37:15 +0000
committerDaniel Santos <dacs.git@brilhante.top>2023-01-29 10:37:15 +0000
commitd1975e1af79aff059d64d906a4a089f4ee9833e4 (patch)
tree4c93c1a94ffe7158313b5c11117de597272e39e7
parentfe6aa715107c529e67cecf4aa98f644e6a70e6bf (diff)
downloadnumericx-c-d1975e1af79aff059d64d906a4a089f4ee9833e4.tar.gz
update documentation website main
Signed-off-by: Daniel Santos <dacs.git@brilhante.top>
-rw-r--r--README.md2
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);`!