From d37944b139baa4151ee3dc0dc89dde0bc6ce83a2 Mon Sep 17 00:00:00 2001 From: Tim Hatch Date: Wed, 1 Jun 2016 01:00:56 -0700 Subject: Correct links to chardet. Fixes #1235 --- doc/docs/lexers.rst | 2 +- doc/docs/unicode.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/docs/lexers.rst b/doc/docs/lexers.rst index 9262efb0..ef40f140 100644 --- a/doc/docs/lexers.rst +++ b/doc/docs/lexers.rst @@ -31,7 +31,7 @@ Currently, **all lexers** support these options: If this option is set to ``"guess"``, a simple UTF-8 vs. Latin-1 detection is used, if it is set to ``"chardet"``, the - `chardet library `_ is used to + `chardet library `_ is used to guess the encoding of the input. .. versionadded:: 0.6 diff --git a/doc/docs/unicode.rst b/doc/docs/unicode.rst index 17853a36..dca91116 100644 --- a/doc/docs/unicode.rst +++ b/doc/docs/unicode.rst @@ -55,4 +55,4 @@ encoding is handled differently, see :doc:`the command line docs `. options dict with lexers and formatters, and still have different input and output encodings. -.. _chardet: http://chardet.feedparser.org/ +.. _chardet: https://chardet.github.io/ -- cgit v1.2.1