From 61cb8485d2eacd1c02611f89d33f3b7b71e216bb Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Thu, 25 Feb 2016 13:26:37 +0100 Subject: [PATCH] fix broken links in README --- README.adoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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