fix broken links in README

This commit is contained in:
Simon Cruanes 2016-02-25 13:26:37 +01:00
parent b129e23414
commit 61cb8485d2

View file

@ -190,15 +190,16 @@ Iterators:
=== String === 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`: In the module `Containers_string`:
- `Levenshtein`: edition distance between two strings - `Levenshtein`: edition distance between two strings
- `KMP`: Knuth-Morris-Pratt substring algorithm - `KMP`: Knuth-Morris-Pratt substring algorithm
- `Parse`: simple parser combinators
=== Advanced === 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`: In the module `Containers_advanced`:
- `CCLinq`, high-level query language over collections - `CCLinq`, high-level query language over collections