diff options
| author | David Bremner <david@tethera.net> | 2026-06-24 07:46:45 +0900 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2026-06-24 07:46:45 +0900 |
| commit | 16e0e4e7d9a81458826aeb7524efec87e38df55c (patch) | |
| tree | e600a0b326eda3f9392f637e9bcf6f4ace590ece | |
| parent | 2e5772baa2c8fc22c29651aabcbd493423ffef6f (diff) | |
| -rw-r--r-- | bindings.mdwn | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bindings.mdwn b/bindings.mdwn index 9288c0a..9b3ea2b 100644 --- a/bindings.mdwn +++ b/bindings.mdwn @@ -11,7 +11,7 @@ language bindings. ## C and C++ -`libnotmuch` is a shared C library. [The API](https://git.notmuchmail.org/git/notmuch/blob/HEAD:/lib/notmuch.h) +`libnotmuch` is a shared C library. [The API](https://git.notmuchmail.org/git/notmuch/tree/lib/notmuch.h) The Notmuch command-line interface is based on the C library. @@ -31,16 +31,16 @@ matching the given expression: >>> messages = list(db.messages('tag:inbox AND NOT tag:killed')) [...] -[The source](https://git.notmuchmail.org/git/notmuch/tree/HEAD:/bindings/python-cffi/) +[The source](https://git.notmuchmail.org/git/notmuch/tree/bindings/python-cffi/) ## Ruby -[The source](https://git.notmuchmail.org/git/notmuch/tree/HEAD:/bindings/ruby/) +[The source](https://git.notmuchmail.org/git/notmuch/tree/bindings/ruby/) The [client for -vim](https://git.notmuchmail.org/git/notmuch/blob/HEAD:/vim/README) is in Ruby, +vim](https://git.notmuchmail.org/git/notmuch/tree/vim/README) is in Ruby, so worth a look. ## Go -[The source](https://git.notmuchmail.org/git/notmuch/tree/HEAD:/contrib/go/) +[The source](https://git.notmuchmail.org/git/notmuch/tree/contrib/go/) |
