X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=bindings%2Fpython%2FREADME;h=fe7a21819d67f3ad0be98573675e998971c7f834;hp=b20ae071456a5205f1a99dce2f320cb45cfeb89a;hb=07dff496304d6dc2e8033a18691b095ed9cd212f;hpb=bd68a862ae4d59bd4bd6aa9300bd83663adcaa66 diff --git a/bindings/python/README b/bindings/python/README index b20ae071..fe7a2181 100644 --- a/bindings/python/README +++ b/bindings/python/README @@ -2,7 +2,7 @@ notmuch -- The python interface to notmuch ========================================== This module makes the functionality of the notmuch library -(`http://notmuchmail.org`_) available to python. Successful import of +(`https://notmuchmail.org`_) available to python. Successful import of this modul depends on a libnotmuch.so|dll being available on the user's system. @@ -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