From 34ec1943e1f6f28a89336f0418a6bc7b492108b3 Mon Sep 17 00:00:00 2001 From: Evan Burkey Date: Mon, 6 Jan 2025 11:56:04 +0000 Subject: [PATCH] Update docs link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 264777d..4df4e0c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ My personal library of common C data structures and algorithms. Supports Linux, ## Documentation -Extensive documentation can be found [here](https://fputs.com/docs/libflint/). You can also check out `tests/tests.c` to +Extensive documentation can be found [here](https://wiki.burkey.co/doku.php?id=libflint:start). You can also check out `tests/tests.c` to see example usage from most of the library's API. ## Requirements