mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
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:
parent
cfabfc6dab
commit
9b9c265a25
3 changed files with 3 additions and 3 deletions
2
NEWS
2
NEWS
|
@ -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:
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
------------
|
||||
|
|
Loading…
Reference in a new issue