aboutsummaryrefslogtreecommitdiff
path: root/bindings/python/setup.py
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2016-06-02 12:26:10 -0400
committerDavid Bremner <david@tethera.net>2016-06-05 08:25:22 -0300
commit9b9c265a2585cc808f247340e9cb5a12de8a0da9 (patch)
treedfc85472c905941e7eacac62215b2fa299249f68 /bindings/python/setup.py
parentcfabfc6dab95f28eaa3d7261bca38ade32a69f79 (diff)
NEWS, python: update pointer to online documentation
Currently, http://packages.python.org/notmuch/ goes through a series of redirections and ends up pointing to readthedocs. Since we're using readthedocs directly anyway, just point to it directly. readthedocs are also now sensibly using a separate domain (readthedocs.io) for their hosted documentation as distinct from their own domain (readthedocs.org), so use the correct tld.
Diffstat (limited to 'bindings/python/setup.py')
-rw-r--r--bindings/python/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/python/setup.py b/bindings/python/setup.py
index f4c338e3..ba95d951 100644
--- a/bindings/python/setup.py
+++ b/bindings/python/setup.py
@@ -48,7 +48,7 @@ for extremely quick searching and filtering of your email according to
various criteria.
The documentation for the latest notmuch release can be `viewed
-online <http://notmuch.readthedocs.org/>`_.
+online <https://notmuch.readthedocs.io/>`_.
Requirements
------------