Skip to content

Commit

Permalink
chore: update gh links for @iota/wallet & @iota/client (#209)
Browse files Browse the repository at this point in the history
* chore: update gh links for @iota/wallet

* fix: update gh links for @iota/client

* chore: update readme's
  • Loading branch information
Tuditi authored Apr 5, 2023
1 parent f5d4d22 commit e805da3
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion sdk/src/client/bindings/nodejs/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion sdk/src/client/bindings/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions sdk/src/client/bindings/python/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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`
Expand Down
4 changes: 2 additions & 2 deletions sdk/src/client/bindings/wasm/README.md
Original file line number Diff line number Diff line change
@@ -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 |
|:--------------|:-----------------:|:---------------------:|
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/client/bindings/wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions sdk/src/wallet/bindings/capacitorjs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions sdk/src/wallet/bindings/capacitorjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions sdk/src/wallet/bindings/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/iotaledger/wallet.rs.git"
"url": "git+https://github.com/iotaledger/iota-sdk.git"
},
"binary": {
"napi_versions": [
6
]
},
"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"
}
2 changes: 1 addition & 1 deletion sdk/src/wallet/bindings/wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",
"license": "Apache-2.0",
Expand Down

0 comments on commit e805da3

Please sign in to comment.