From 22946e9d963fa48e530faf72acecb1c0ba140c77 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 11 Jul 2022 08:55:43 +0200 Subject: [PATCH] Fix link to rust bindings ostree-rs was merged into ostree, so link to the rust bindings within this repository. Signed-off-by: Matthias Beyer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0896b244..d8e6cdef 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ write higher level manual bindings on top; this is more common for statically compiled languages. Here's a list of such bindings: - [ostree-go](https://github.com/ostreedev/ostree-go/) - - [ostree-rs](https://github.com/ostreedev/ostree-rs/) + - [ostree-rs](./rust-bindings) ## Building