From 0ac7a3b492d83dba714bbc9d37eb045f5ce5bfcf Mon Sep 17 00:00:00 2001 From: Tyge Løvset Date: Mon, 28 Dec 2020 18:22:52 +0100 Subject: Fixed broken link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index abf081e6..61c814fb 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Introduction An modern, fully typesafe, generic, customizable, user-friendly, consistent, and very fast standard container library for C99. This is a small headers only library with the most used container components, and a few algorithms: - [***cstr*** - Powerful and compact **string** type](docs/cstr_api.md) -- [***crand*** - An extremely efficent modern **random number generator**](docs/stc64_api.md) +- [***crand*** - An extremely efficent modern **random number generator**](docs/crand_api.md) - [***clist*** - Templated **std::forward_list** alike type](docs/clist_api.md) - [***cmap*** - Templated **std::unordered_map** alike type](docs/cmap_api.md) - [***cset*** - Templated **std::unordered_set** alike type](docs/cset_api.md) -- cgit v1.2.3