summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Hatch <tim@timhatch.com>2016-06-01 01:00:56 -0700
committerTim Hatch <tim@timhatch.com>2016-06-01 01:00:56 -0700
commitd37944b139baa4151ee3dc0dc89dde0bc6ce83a2 (patch)
tree25bca4cc68bc821016734ff5267f5aaf4ccea25b
parentb4c90fcdaeab7535336221a1e5d5831a0d08bf9d (diff)
downloadpygments-d37944b139baa4151ee3dc0dc89dde0bc6ce83a2.tar.gz
Correct links to chardet.
Fixes #1235
-rw-r--r--doc/docs/lexers.rst2
-rw-r--r--doc/docs/unicode.rst2
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 <http://chardet.feedparser.org/>`_ is used to
+ `chardet library <https://chardet.github.io/>`_ 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 <cmdline>`.
options dict with lexers and formatters, and still have different input and
output encodings.
-.. _chardet: http://chardet.feedparser.org/
+.. _chardet: https://chardet.github.io/