]> git.sesse.net Git - stockfish/commitdiff
Fix dead link to compression algorithm in tbprobe
authorSzilBalazs <szilprogramming@gmail.com>
Sun, 13 Aug 2023 15:52:08 +0000 (17:52 +0200)
committerDisservin <disservin.social@gmail.com>
Wed, 16 Aug 2023 19:24:58 +0000 (21:24 +0200)
closes https://github.com/official-stockfish/Stockfish/pull/4746

No functional change

AUTHORS
src/syzygy/tbprobe.cpp

diff --git a/AUTHORS b/AUTHORS
index 5622ca8cec9c3dab22d8ea5a20a57b5580e74173..d20278e1e13f281238a564c3cad8fda5a294aca9 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -29,6 +29,7 @@ Aram Tumanian (atumanian)
 Arjun Temurnikar
 Artem Solopiy (EntityFX)
 Auguste Pop
+Balazs Szilagyi
 Balint Pfliegel
 Ben Chaney (Chaneybenjamini)
 Ben Koshy (BKSpurgeon)
index 56cc016a4d577067f8d314c02ad73f35f1dd8894..838453b66451edc8534832190adfbf00e0a08ebf 100644 (file)
@@ -1023,7 +1023,7 @@ uint8_t* set_sizes(PairsData* d, uint8_t* data) {
     // frequent adjacent pair of symbols in the source message by a new symbol,
     // reevaluating the frequencies of all of the symbol pairs with respect to
     // the extended alphabet, and then repeating the process.
-    // See http://www.larsson.dogma.net/dcc99.pdf
+    // See https://web.archive.org/web/20201106232444/http://www.larsson.dogma.net/dcc99.pdf
     std::vector<bool> visited(d->symlen.size());
 
     for (Sym sym = 0; sym < d->symlen.size(); ++sym)