From 3c0355d483f63f719c5753b5a17dde5a5764d3a8 Mon Sep 17 00:00:00 2001 From: danielsanchezq Date: Wed, 2 Nov 2022 11:02:59 +0100 Subject: [PATCH] Fix links --- waku-bindings/README.md | 2 +- waku-sys/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/waku-bindings/README.md b/waku-bindings/README.md index 7c06133..b7621ab 100644 --- a/waku-bindings/README.md +++ b/waku-bindings/README.md @@ -5,7 +5,7 @@ [docs.rs](https://docs.rs/waku-rust-bindings) [build status](https://github.com/waku-org/waku-rust-bindings/actions?query=branch%3Amaster) -Rust layer on top of [`go-waku`](https://github.com/status-im/go-waku) [c ffi bindings](https://github.com/status-im/go-waku/blob/v0.2.2/library/README.md). +Rust api on top of [`waku-sys`](https://crates.io/crates/waku-sys) bindgen bindings to [c ffi bindings](https://github.com/status-im/go-waku/blob/v0.2.2/library/README.md). ## About [Waku](https://waku.org/) diff --git a/waku-sys/README.md b/waku-sys/README.md index 0586dbf..a33fed3 100644 --- a/waku-sys/README.md +++ b/waku-sys/README.md @@ -1,4 +1,4 @@ -# Waku autogenerated rust bindings +# Waku rust bindgen bindings [github](https://github.com/waku-org/waku-rust-bindings) [crates.io](https://crates.io/crates/waku-rust-bindings)