From 0b3e1cea77e7ba377e050438820346c7ee05a02f Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Tue, 15 Nov 2016 22:04:19 +0100 Subject: [PATCH] update readme --- README.adoc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.adoc b/README.adoc index 5028ce5a..08156bc8 100644 --- a/README.adoc +++ b/README.adoc @@ -195,8 +195,6 @@ Iterators: === String -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 @@ -204,8 +202,6 @@ In the module `Containers_string`: === Advanced -See http://cedeela.fr/~simon/software/containers/Containers_advanced[doc]. - In the module `Containers_advanced`: - `CCLinq`, high-level query language over collections - `CCCat`, a few categorical structures