diff --git a/Cargo.toml b/Cargo.toml index db89906..7ab4e82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "bitbox-api" authors = ["Marko Bencun "] version = "0.3.1" homepage = "https://bitbox.swiss/" -repository = "https://github.com/digitalbitbox/bitbox-api-rs/" +repository = "https://github.com/BitBoxSwiss/bitbox-api-rs/" readme = "README-rust.md" edition = "2021" license = "Apache-2.0" diff --git a/sandbox/README.md b/sandbox/README.md index 3e9e1cc..eff4a67 100644 --- a/sandbox/README.md +++ b/sandbox/README.md @@ -1,6 +1,6 @@ # Demo WebApp project -A live deployment of this demo can be found here: https://digitalbitbox.github.io/bitbox-api-rs/. +A live deployment of this demo can be found here: https://bitboxswiss.github.io/bitbox-api-rs/. This folder contains a React project showcasing the TypeScript API. It has the bitbox-api library in `../pkg` as a dependency. See how to build this dependency locally at the [main