Skip to content

Commit fe633fe

Browse files
authored
docs: update links to js.icp.build (#1112)
1 parent 767091a commit fe633fe

File tree

16 files changed

+17
-17
lines changed

16 files changed

+17
-17
lines changed

packages/agent/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ JavaScript and TypeScript library to interact with the [Internet Computer](https
44

55
Do you want to know more about developing on the Internet Computer? Visit the [Developer Docs](https://internetcomputer.org/docs/home).
66

7-
Additional API Documentation can be found [here](https://js.icp.build/core/libs/agent/api).
7+
Additional API Documentation can be found [here](https://js.icp.build/core/v3.2/libs/agent/api).
88

99
---
1010

packages/agent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "DFINITY Stiftung <sdk@dfinity.org>",
55
"license": "Apache-2.0",
66
"description": "JavaScript and TypeScript library to interact with the Internet Computer",
7-
"homepage": "https://js.icp.build/core/libs/agent",
7+
"homepage": "https://js.icp.build/core/v3.2/libs/agent",
88
"repository": {
99
"type": "git",
1010
"url": "https://github.com/dfinity/agent-js.git",

packages/assets/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Manage assets on an Internet Computer assets canister.
44

55
Do you want to know more about developing on the Internet Computer? Visit the [Developer Docs](https://internetcomputer.org/docs/home).
66

7-
Additional API Documentation can be found [here](https://js.icp.build/core/libs/assets/api).
7+
Additional API Documentation can be found [here](https://js.icp.build/core/v3.2/libs/assets/api).
88

99
---
1010

packages/assets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "DFINITY Stiftung <sdk@dfinity.org>",
55
"license": "Apache-2.0",
66
"description": "JavaScript and TypeScript library to manage assets on the Internet Computer",
7-
"homepage": "https://js.icp.build/core/libs/assets",
7+
"homepage": "https://js.icp.build/core/v3.2/libs/assets",
88
"repository": {
99
"type": "git",
1010
"url": "https://github.com/dfinity/agent-js.git",

packages/auth-client/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Simple interface to get your web application authenticated with the Internet Ide
66

77
Do you want to know more about developing on the Internet Computer? Visit the [Developer Docs](https://internetcomputer.org/docs/home).
88

9-
Additional API Documentation can be found [here](https://js.icp.build/core/libs/auth-client/api).
9+
Additional API Documentation can be found [here](https://js.icp.build/core/v3.2/libs/auth-client/api).
1010

1111
---
1212

packages/auth-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "DFINITY Stiftung <sdk@dfinity.org>",
55
"license": "Apache-2.0",
66
"description": "JavaScript and TypeScript library to provide a simple integration with an IC Internet Identity",
7-
"homepage": "https://js.icp.build/core/libs/auth-client",
7+
"homepage": "https://js.icp.build/core/v3.2/libs/auth-client",
88
"repository": {
99
"type": "git",
1010
"url": "https://github.com/dfinity/agent-js.git",

packages/candid/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ JavaScript and TypeScript library to work with Candid interfaces
44

55
Do you want to know more about developing on the Internet Computer? Visit the [Developer Docs](https://internetcomputer.org/docs/home).
66

7-
Additional API Documentation can be found [here](https://js.icp.build/core/libs/candid/api).
7+
Additional API Documentation can be found [here](https://js.icp.build/core/v3.2/libs/candid/api).
88

99
---
1010

packages/candid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "DFINITY Stiftung <sdk@dfinity.org>",
55
"license": "Apache-2.0",
66
"description": "JavaScript and TypeScript library to work with candid interfaces",
7-
"homepage": "https://js.icp.build/core/libs/candid",
7+
"homepage": "https://js.icp.build/core/v3.2/libs/candid",
88
"repository": {
99
"type": "git",
1010
"url": "https://github.com/dfinity/agent-js.git",

packages/identity-secp256k1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The Secp256k1KeyIdentity package provides an implementation of the SignIdentity
44

55
Do you want to know more about developing on the Internet Computer? Visit the [Developer Docs](https://internetcomputer.org/docs/home).
66

7-
Additional API Documentation can be found [here](https://js.icp.build/core/libs/identity-secp256k1/api).
7+
Additional API Documentation can be found [here](https://js.icp.build/core/v3.2/libs/identity-secp256k1/api).
88

99
---
1010

@@ -52,4 +52,4 @@ const restoredIdentity = Secp256k1KeyIdentity.fromJson(json);
5252
```
5353

5454
References
55-
The Secp256k1KeyIdentity class extends the SignIdentity interface from the @dfinity/agent package. For more information about the SignIdentity interface and how to use it, see the [@dfinity/agent documentation](https://js.icp.build/core/libs/agent/api/classes/signidentity).
55+
The Secp256k1KeyIdentity class extends the SignIdentity interface from the @dfinity/agent package. For more information about the SignIdentity interface and how to use it, see the [@dfinity/agent documentation](https://js.icp.build/core/v3.2/libs/agent/api/classes/signidentity).

packages/identity-secp256k1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "DFINITY Stiftung <sdk@dfinity.org>",
55
"license": "Apache-2.0",
66
"description": "JavaScript and TypeScript library to manage Secp256k1KeyIdentities for use with the Internet Computer",
7-
"homepage": "https://js.icp.build/core/libs/identity-secp256k1",
7+
"homepage": "https://js.icp.build/core/v3.2/libs/identity-secp256k1",
88
"repository": {
99
"type": "git",
1010
"url": "https://github.com/dfinity/agent-js.git",

0 commit comments

Comments
 (0)