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.
This commit is contained in:
Daniel Kahn Gillmor 2016-06-02 12:26:10 -04:00 committed by David Bremner
parent cfabfc6dab
commit 9b9c265a25
3 changed files with 3 additions and 3 deletions

2
NEWS
View file

@ -2361,7 +2361,7 @@ Ruby bindings are now much more complete
Python bindings have been updated and extended
(docs online at http://packages.python.org/notmuch/)
(docs online at https://notmuch.readthedocs.io/)
New bindings:

View file

@ -10,7 +10,7 @@ If you have downloaded the full source tarball, you can create the
documentation with sphinx installed, go to the docs directory and
"make html". A static version of the documentation is available at:
https://notmuch.readthedocs.org/projects/notmuch-python/
https://notmuch.readthedocs.io/projects/notmuch-python/
To build the python bindings, do

View file

@ -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
------------