X-Git-Url: https://git.cworth.org/git?p=notmuch-wiki;a=blobdiff_plain;f=bindings.mdwn;fp=bindings.mdwn;h=d13c5f7e607a0145c326be340991079d964c2f96;hp=0b3964bafdd43f90c55f670944fb8a21a20d6734;hb=3ce832c187390db310ce366deb1495396b80f890;hpb=fd4cfb59ef3839396dbe80737ec39ac115fc31a2 diff --git a/bindings.mdwn b/bindings.mdwn index 0b3964b..d13c5f7 100644 --- a/bindings.mdwn +++ b/bindings.mdwn @@ -10,7 +10,7 @@ bindings. ## 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 +31,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:/bindings/go/)