]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/python/README
emacs: Add new option notmuch-search-hide-excluded
[notmuch] / bindings / python / README
index b20ae071456a5205f1a99dce2f320cb45cfeb89a..5bf076d262f93efadbf971f8fcddd97636ef2a33 100644 (file)
@@ -2,15 +2,15 @@ notmuch -- The python interface to notmuch
 ==========================================
 
 This module makes the functionality of the notmuch library
-(`http://notmuchmail.org`_) available to python. Successful import of
-this modul depends on a libnotmuch.so|dll being available on the
+(`https://notmuchmail.org`_) available to python. Successful import of
+this module depends on a libnotmuch.so|dll being available on the
 user's system.
 
 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