From f7aee0ee36c5044cd051649efaaea7fca53c4de7 Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Thu, 23 May 2024 19:18:52 +0200 Subject: [PATCH] Update JS bindings link Signed-off-by: Johannes Marbach --- bindings/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bindings/README.md b/bindings/README.md index e140f4894..6ac4038d8 100644 --- a/bindings/README.md +++ b/bindings/README.md @@ -11,7 +11,7 @@ maintained by the owners of the Matrix Rust SDK project. There are also external bindings in other repositories: -* [`matrix-sdk-crypto-js`], JavaScript bindings of the +* [`matrix-sdk-crypto-wasm`], JavaScript / WebAssembly bindings of the [`matrix-sdk-crypto`] crate, * [`matrix-sdk-crypto-nodejs`], Node.js bindings of the [`matrix-sdk-crypto`] crate @@ -22,7 +22,7 @@ There are also external bindings in other repositories: [`matrix-sdk-ffi`]: ./matrix-sdk-ffi [`matrix-sdk`]: ../crates/matrix-sdk -[`matrix-sdk-crypto-js`]: https://github.com/matrix-org/matrix-rust-sdk-crypto-web +[`matrix-sdk-crypto-wasm`]: https://github.com/matrix-org/matrix-rust-sdk-crypto-wasm [`matrix-sdk-crypto-nodejs`]: https://github.com/matrix-org/matrix-rust-sdk-crypto-nodejs ## Contributing