From e805da3758beb640ca18b30255defa0df59eb699 Mon Sep 17 00:00:00 2001 From: Tuditi <45079109+Tuditi@users.noreply.github.com> Date: Wed, 5 Apr 2023 14:57:38 +0200 Subject: [PATCH] chore: update gh links for @iota/wallet & @iota/client (#209) * chore: update gh links for @iota/wallet * fix: update gh links for @iota/client * chore: update readme's --- sdk/src/client/bindings/nodejs/README.md | 2 +- sdk/src/client/bindings/nodejs/package.json | 2 +- sdk/src/client/bindings/python/README.md | 4 ++-- sdk/src/client/bindings/wasm/README.md | 4 ++-- sdk/src/client/bindings/wasm/package.json | 2 +- sdk/src/wallet/bindings/capacitorjs/README.md | 4 ++-- sdk/src/wallet/bindings/capacitorjs/package.json | 6 +++--- sdk/src/wallet/bindings/nodejs/package.json | 6 +++--- sdk/src/wallet/bindings/wasm/package.json | 2 +- 9 files changed, 16 insertions(+), 16 deletions(-) diff --git a/sdk/src/client/bindings/nodejs/README.md b/sdk/src/client/bindings/nodejs/README.md index 66610e96e6..4764f8cba7 100644 --- a/sdk/src/client/bindings/nodejs/README.md +++ b/sdk/src/client/bindings/nodejs/README.md @@ -1,6 +1,6 @@ # IOTA Client Library - Node.js binding -Node.js binding to the iota.rs client library. +Node.js binding to the iota-sdk client library. ## Installation diff --git a/sdk/src/client/bindings/nodejs/package.json b/sdk/src/client/bindings/nodejs/package.json index 41e796dc14..8e190b53a5 100644 --- a/sdk/src/client/bindings/nodejs/package.json +++ b/sdk/src/client/bindings/nodejs/package.json @@ -6,7 +6,7 @@ "types": "out/lib/index.d.ts", "repository": { "type": "git", - "url": "https://github.com/iotaledger/iota.rs" + "url": "https://github.com/iotaledger/iota-sdk" }, "author": "IOTA Foundation ", "license": "Apache-2.0", diff --git a/sdk/src/client/bindings/python/README.md b/sdk/src/client/bindings/python/README.md index 45d09831c9..3ebfc9fcc7 100644 --- a/sdk/src/client/bindings/python/README.md +++ b/sdk/src/client/bindings/python/README.md @@ -1,6 +1,6 @@ # IOTA Client Library - Python binding -Python binding to the iota.rs client library. +Python binding to the iota-sdk client library. ## Requirements @@ -10,7 +10,7 @@ Python binding to the iota.rs client library. ## Installation -- Go to `iota.rs/bindings/python` +- Go to `iota-sdk/sdk/src/client/bindings/python` ### Create a virtual environment and use it (optional) - `python3 -m venv iota_client_venv` diff --git a/sdk/src/client/bindings/wasm/README.md b/sdk/src/client/bindings/wasm/README.md index 21a627f6d7..7cd75de008 100644 --- a/sdk/src/client/bindings/wasm/README.md +++ b/sdk/src/client/bindings/wasm/README.md @@ -1,10 +1,10 @@ # IOTA Client Library - WebAssembly bindings -WebAssembly (Wasm) bindings for TypeScript/JavaScript to the `iota.rs` client library. +WebAssembly (Wasm) bindings for TypeScript/JavaScript to the `iota-sdk` client library. ## Which bindings to choose? -The `iota.rs` client library also offers dedicated [Node.js bindings](../nodejs). The differences with this package are outlined below. +The `iota-sdk` client library also offers dedicated [Node.js bindings](../nodejs). The differences with this package are outlined below. | | Wasm bindings | Node.js bindings | |:--------------|:-----------------:|:---------------------:| diff --git a/sdk/src/client/bindings/wasm/package.json b/sdk/src/client/bindings/wasm/package.json index 1d4c7f0074..6f610474e9 100644 --- a/sdk/src/client/bindings/wasm/package.json +++ b/sdk/src/client/bindings/wasm/package.json @@ -4,7 +4,7 @@ "description": "WebAssembly bindings for the IOTA client library", "repository": { "type": "git", - "url": "https://github.com/iotaledger/iota.rs" + "url": "https://github.com/iotaledger/iota-sdk" }, "author": "IOTA Foundation ", "license": "Apache-2.0", diff --git a/sdk/src/wallet/bindings/capacitorjs/README.md b/sdk/src/wallet/bindings/capacitorjs/README.md index a9166c7e0f..43593653fe 100644 --- a/sdk/src/wallet/bindings/capacitorjs/README.md +++ b/sdk/src/wallet/bindings/capacitorjs/README.md @@ -2,9 +2,9 @@ ## Requirements (only for building the binary yourself) -[Android: Follow this guide](https://github.com/iotaledger/wallet.rs/tree/develop/wallet/bindings/java#instead-build-everything-from-scratch-yourself) +[Android: Follow this guide](https://github.com/iotaledger/iota-sdk/tree/develop/wallet/bindings/java#instead-build-everything-from-scratch-yourself) -[iOS: Follow this guide](https://github.com/iotaledger/wallet.rs/blob/develop/wallet/bindings/swift) +[iOS: Follow this guide](https://github.com/iotaledger/iota-sdk/tree/develop/wallet/bindings/swift) ## Installation diff --git a/sdk/src/wallet/bindings/capacitorjs/package.json b/sdk/src/wallet/bindings/capacitorjs/package.json index 98a3b2d4ab..6774b60441 100644 --- a/sdk/src/wallet/bindings/capacitorjs/package.json +++ b/sdk/src/wallet/bindings/capacitorjs/package.json @@ -2,7 +2,7 @@ "name": "@iota/wallet-mobile", "version": "1.0.0-alpha.0", "description": "Capacitor plugin binding to the wallet library", - "homepage": "https://github.com/iotaledger/wallet.rs#readme", + "homepage": "https://github.com/iotaledger/iota-sdk/tree/develop/sdk/src/wallet/bindings/capacitorjs/#readme", "main": "dist/api.js", "module": "dist/api.js", "types": "dist/esm/lib/index.d.ts", @@ -27,10 +27,10 @@ "license": "Apache-2.0", "repository": { "type": "git", - "url": "git+https://github.com/iotaledger/wallet.rs.git" + "url": "git+https://github.com/iotaledger/iota-sdk.git" }, "bugs": { - "url": "https://github.com/iotaledger/wallet.rs/issues" + "url": "https://github.com/iotaledger/iota-sdk/issues" }, "dependencies": { "@capacitor/core": "^3.4.1", diff --git a/sdk/src/wallet/bindings/nodejs/package.json b/sdk/src/wallet/bindings/nodejs/package.json index 8e4930515e..e30e1f2cfa 100644 --- a/sdk/src/wallet/bindings/nodejs/package.json +++ b/sdk/src/wallet/bindings/nodejs/package.json @@ -49,7 +49,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/iotaledger/wallet.rs.git" + "url": "git+https://github.com/iotaledger/iota-sdk.git" }, "binary": { "napi_versions": [ @@ -57,7 +57,7 @@ ] }, "bugs": { - "url": "https://github.com/iotaledger/wallet.rs/issues" + "url": "https://github.com/iotaledger/iota-sdk/issues" }, - "homepage": "https://github.com/iotaledger/wallet.rs#readme" + "homepage": "https://github.com/iotaledger/iota-sdk#readme" } diff --git a/sdk/src/wallet/bindings/wasm/package.json b/sdk/src/wallet/bindings/wasm/package.json index 3b678d83e1..caf561b07a 100644 --- a/sdk/src/wallet/bindings/wasm/package.json +++ b/sdk/src/wallet/bindings/wasm/package.json @@ -4,7 +4,7 @@ "description": "WebAssembly bindings for the IOTA wallet library", "repository": { "type": "git", - "url": "https://github.com/iotaledger/wallet.rs" + "url": "https://github.com/iotaledger/iota-sdk" }, "author": "IOTA Foundation ", "license": "Apache-2.0",