From 8b3b42ab1ba220aa074ea92bc5f69b248cf783f8 Mon Sep 17 00:00:00 2001 From: YX Cao Date: Thu, 11 Jan 2024 10:23:32 -0800 Subject: [PATCH] Fix bad link in README.md (#165) This PR fix the bad link to *Mozilla Charset Detectors* in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 929f10a..ff9c3c4 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Detect character set for files, streams and other bytes. Detection of character sets with a simple and redesigned interface. This package is based on [Ude](https://github.com/errepi/ude) and since version 2 also on [uchardet](https://gitlab.freedesktop.org/uchardet/uchardet), -which are ports of the [Mozilla Universal Charset Detector](https://mxr.mozilla.org/mozilla/source/extensions/universalchardet/). +which are ports of the [Mozilla Universal Charset Detector](https://www-archive.mozilla.org/projects/intl/chardet.html). The interface and other classes has been resigned so it's easier to use and better object oriented design (OOD). Unit tests and CI has been added.