mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
fix broken links in README
This commit is contained in:
parent
b129e23414
commit
61cb8485d2
1 changed files with 3 additions and 2 deletions
|
|
@ -190,15 +190,16 @@ Iterators:
|
|||
|
||||
=== String
|
||||
|
||||
See http://cedeela.fr/~simon/software/containers/string[doc].
|
||||
See http://cedeela.fr/~simon/software/containers/Containers_string[doc].
|
||||
|
||||
In the module `Containers_string`:
|
||||
- `Levenshtein`: edition distance between two strings
|
||||
- `KMP`: Knuth-Morris-Pratt substring algorithm
|
||||
- `Parse`: simple parser combinators
|
||||
|
||||
=== Advanced
|
||||
|
||||
See http://cedeela.fr/~simon/software/containers/advanced[doc].
|
||||
See http://cedeela.fr/~simon/software/containers/Containers_advanced[doc].
|
||||
|
||||
In the module `Containers_advanced`:
|
||||
- `CCLinq`, high-level query language over collections
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue