From 0f9e4812f561c881c3133c64ec3e8ce6e519110e Mon Sep 17 00:00:00 2001 From: Qi Fan Date: Tue, 25 Apr 2017 12:25:30 -0700 Subject: [PATCH] Update out-of-date Mozilla paper link (#123) https://www.mozilla.org/en-US/projects/intl/UniversalCharsetDetection.html returns HTTP 404. The content is likely moved to https://www-archive.mozilla.org/projects/intl/UniversalCharsetDetection.html. Or maybe we should use archive.org? --- docs/how-it-works.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-it-works.rst b/docs/how-it-works.rst index 53f3dffd..f32673dc 100644 --- a/docs/how-it-works.rst +++ b/docs/how-it-works.rst @@ -4,7 +4,7 @@ How it works This is a brief guide to navigating the code itself. First, you should read `A composite approach to language/encoding -detection `__, +detection `__, which explains the detection algorithm and how it was derived. This will help you later when you stumble across the huge character frequency distribution tables like ``big5freq.py`` and language models like