From 7e5edf6c52a5acda3b7171bbf008080e6b6d55bc Mon Sep 17 00:00:00 2001 From: Alexis Lapierre <128792625+Alexis-Lapierre@users.noreply.github.com> Date: Tue, 23 Jul 2024 11:06:05 +0200 Subject: [PATCH] Fix broken link to libyang and libyang3-sys --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7630f4b..91d852e 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,10 @@ Rust bindings for the [libyang] library. -For raw FFI bindings for libyang, see [libyang-sys]. +For raw FFI bindings for libyang, see [libyang3-sys]. -[libyang]: https://github.com/CESNET/libyang/tree/libyang -[libyang-sys]: https://github.com/holo-routing/yang-rs/tree/master/libyang-sys +[libyang]: https://github.com/CESNET/libyang/ +[libyang3-sys]: ./libyang3-sys #### Cargo.toml