]> git.cworth.org Git - notmuch-wiki/blobdiff - bindings.mdwn
complete sentence
[notmuch-wiki] / bindings.mdwn
index 0b3964bafdd43f90c55f670944fb8a21a20d6734..8871028fd54aba46bd2bdc7fe627643745509604 100644 (file)
@@ -1,16 +1,17 @@
 [[!img notmuch-logo.png alt="Notmuch logo" class="left"]]
 # Notmuch Language Bindings [DRAFT]
 
-The Notmuch library, `libnotmuch`, can be used from many programming languages
-using the Notmuch language bindings. The [[command line interface|manpages]] and
-the [[email clients and frontends|frontends]] are based on the language
-bindings.
+The Notmuch library, `libnotmuch`, can be used from many programming
+languages using the Notmuch language bindings. The [command line
+interface](https://notmuchmail.org/doc/latest/man1/notmuch.html) and
+the [[email clients and frontends|frontends]] are based on the
+language bindings.
 
 [[!toc levels=2]]
 
 ## C and C++
 
-`libnotmuch` is a shared C library. [The API](http://git.notmuchmail.org/git/notmuch/blob/HEAD:/lib/notmuch.h)
+`libnotmuch` is a shared C library. [The API](https://git.notmuchmail.org/git/notmuch/blob/HEAD:/lib/notmuch.h)
 
 The Notmuch command-line interface is based on the C library.
 
@@ -31,16 +32,16 @@ matching the given expression:
         >>> list(query.search_messages()) # doctest:+ELLIPSIS
         [...]
 
-[The source](http://git.notmuchmail.org/git/notmuch/tree/HEAD:/bindings/python/)
+[The source](https://git.notmuchmail.org/git/notmuch/tree/HEAD:/bindings/python/)
 
 ## Ruby
 
-[The source](http://git.notmuchmail.org/git/notmuch/tree/HEAD:/bindings/ruby/)
+[The source](https://git.notmuchmail.org/git/notmuch/tree/HEAD:/bindings/ruby/)
 
 The [client for
-vim](http://git.notmuchmail.org/git/notmuch/blob/HEAD:/vim/README) is in Ruby,
+vim](https://git.notmuchmail.org/git/notmuch/blob/HEAD:/vim/README) is in Ruby,
 so worth a look.
 
 ## Go
 
-[The source](http://git.notmuchmail.org/git/notmuch/tree/HEAD:/bindings/go/)
+[The source](https://git.notmuchmail.org/git/notmuch/tree/HEAD:/contrib/go/)