summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2020-12-28 18:22:52 +0100
committerTyge Løvset <[email protected]>2020-12-28 18:22:52 +0100
commit0ac7a3b492d83dba714bbc9d37eb045f5ce5bfcf (patch)
tree8d674254eb1a8d18777a0d298801b6ba254a6610
parent74a75b3a8d155ea155358674d3bf8251658183a5 (diff)
downloadSTC-modified-0ac7a3b492d83dba714bbc9d37eb045f5ce5bfcf.tar.gz
STC-modified-0ac7a3b492d83dba714bbc9d37eb045f5ce5bfcf.zip
Fixed broken link in README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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)