diff options
| author | Tyge Løvset <[email protected]> | 2020-12-28 18:22:52 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2020-12-28 18:22:52 +0100 |
| commit | 0ac7a3b492d83dba714bbc9d37eb045f5ce5bfcf (patch) | |
| tree | 8d674254eb1a8d18777a0d298801b6ba254a6610 /README.md | |
| parent | 74a75b3a8d155ea155358674d3bf8251658183a5 (diff) | |
| download | STC-modified-0ac7a3b492d83dba714bbc9d37eb045f5ce5bfcf.tar.gz STC-modified-0ac7a3b492d83dba714bbc9d37eb045f5ce5bfcf.zip | |
Fixed broken link in README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)
|
