From a242bc57c42cc5f592f502ad9d33fc2801eaa714 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Fri, 16 Dec 2016 19:47:44 -0800 Subject: [PATCH] lcpit_matchfinder.c: update link to libdivsufsort --- src/lcpit_matchfinder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lcpit_matchfinder.c b/src/lcpit_matchfinder.c index 8b9ffd9d..a2d6a1e0 100644 --- a/src/lcpit_matchfinder.c +++ b/src/lcpit_matchfinder.c @@ -613,7 +613,7 @@ lcpit_matchfinder_init(struct lcpit_matchfinder *mf, size_t max_bufsize, * References: * * Y. Mori. libdivsufsort, a lightweight suffix-sorting library. - * https://code.google.com/p/libdivsufsort/. + * https://github.com/y-256/libdivsufsort * * G. Nong, S. Zhang, and W.H. Chan. 2009. Linear Suffix Array * Construction by Almost Pure Induced-Sorting. Data Compression -- 2.43.0