From b689165eb93af87b6511762cbc33e65aea501fa0 Mon Sep 17 00:00:00 2001 From: robert-bor Date: Thu, 30 Jan 2014 09:12:33 +0100 Subject: [PATCH] FTP link does not work. Fixed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8d9ef4..b32c965 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Some examples you could use the Aho-Corasick algorithm for: This library is the Java implementation of the afore-mentioned Aho-Corasick algorithm for efficient string matching. The algorithm is explained in great detail in the white paper written by -[Aho and Corasick](ftp://163.13.200.222/assistant/bearhero/prog/%A8%E4%A5%A6/ac_bm.pdf). +Aho and Corasick: ftp://163.13.200.222/assistant/bearhero/prog/%A8%E4%A5%A6/ac_bm.pdf Usage -----