diff --git a/README.adoc b/README.adoc index 175483da..e318973e 100644 --- a/README.adoc +++ b/README.adoc @@ -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