summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2026-06-24 07:46:45 +0900
committerDavid Bremner <david@tethera.net>2026-06-24 07:46:45 +0900
commit16e0e4e7d9a81458826aeb7524efec87e38df55c (patch)
treee600a0b326eda3f9392f637e9bcf6f4ace590ece
parent2e5772baa2c8fc22c29651aabcbd493423ffef6f (diff)
update g.n.o links in bindingsHEADmaster
-rw-r--r--bindings.mdwn10
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/)