diff --git a/packages/agent/README.md b/packages/agent/README.md index 0ce9c81a9..a0aceee1e 100644 --- a/packages/agent/README.md +++ b/packages/agent/README.md @@ -4,7 +4,7 @@ JavaScript and TypeScript library to interact with the [Internet Computer](https Do you want to know more about developing on the Internet Computer? Visit the [Developer Docs](https://internetcomputer.org/docs/home). -Additional API Documentation can be found [here](https://js.icp.build/core/libs/agent/api). +Additional API Documentation can be found [here](https://js.icp.build/core/v3.2/libs/agent/api). --- diff --git a/packages/agent/package.json b/packages/agent/package.json index 38c48ef17..240d4eb6e 100644 --- a/packages/agent/package.json +++ b/packages/agent/package.json @@ -4,7 +4,7 @@ "author": "DFINITY Stiftung ", "license": "Apache-2.0", "description": "JavaScript and TypeScript library to interact with the Internet Computer", - "homepage": "https://js.icp.build/core/libs/agent", + "homepage": "https://js.icp.build/core/v3.2/libs/agent", "repository": { "type": "git", "url": "https://github.com/dfinity/agent-js.git", diff --git a/packages/assets/README.md b/packages/assets/README.md index 38cf5342a..a3b8eee3f 100644 --- a/packages/assets/README.md +++ b/packages/assets/README.md @@ -4,7 +4,7 @@ Manage assets on an Internet Computer assets canister. Do you want to know more about developing on the Internet Computer? Visit the [Developer Docs](https://internetcomputer.org/docs/home). -Additional API Documentation can be found [here](https://js.icp.build/core/libs/assets/api). +Additional API Documentation can be found [here](https://js.icp.build/core/v3.2/libs/assets/api). --- diff --git a/packages/assets/package.json b/packages/assets/package.json index f29e88ac1..d2622b222 100644 --- a/packages/assets/package.json +++ b/packages/assets/package.json @@ -4,7 +4,7 @@ "author": "DFINITY Stiftung ", "license": "Apache-2.0", "description": "JavaScript and TypeScript library to manage assets on the Internet Computer", - "homepage": "https://js.icp.build/core/libs/assets", + "homepage": "https://js.icp.build/core/v3.2/libs/assets", "repository": { "type": "git", "url": "https://github.com/dfinity/agent-js.git", diff --git a/packages/auth-client/README.md b/packages/auth-client/README.md index a3dd7480b..2f575df8e 100644 --- a/packages/auth-client/README.md +++ b/packages/auth-client/README.md @@ -6,7 +6,7 @@ Simple interface to get your web application authenticated with the Internet Ide Do you want to know more about developing on the Internet Computer? Visit the [Developer Docs](https://internetcomputer.org/docs/home). -Additional API Documentation can be found [here](https://js.icp.build/core/libs/auth-client/api). +Additional API Documentation can be found [here](https://js.icp.build/core/v3.2/libs/auth-client/api). --- diff --git a/packages/auth-client/package.json b/packages/auth-client/package.json index 680e81963..4fe9eb13a 100755 --- a/packages/auth-client/package.json +++ b/packages/auth-client/package.json @@ -4,7 +4,7 @@ "author": "DFINITY Stiftung ", "license": "Apache-2.0", "description": "JavaScript and TypeScript library to provide a simple integration with an IC Internet Identity", - "homepage": "https://js.icp.build/core/libs/auth-client", + "homepage": "https://js.icp.build/core/v3.2/libs/auth-client", "repository": { "type": "git", "url": "https://github.com/dfinity/agent-js.git", diff --git a/packages/candid/README.md b/packages/candid/README.md index 052d83ce6..6b860a5f8 100644 --- a/packages/candid/README.md +++ b/packages/candid/README.md @@ -4,7 +4,7 @@ JavaScript and TypeScript library to work with Candid interfaces Do you want to know more about developing on the Internet Computer? Visit the [Developer Docs](https://internetcomputer.org/docs/home). -Additional API Documentation can be found [here](https://js.icp.build/core/libs/candid/api). +Additional API Documentation can be found [here](https://js.icp.build/core/v3.2/libs/candid/api). --- diff --git a/packages/candid/package.json b/packages/candid/package.json index c5d752041..60449054e 100644 --- a/packages/candid/package.json +++ b/packages/candid/package.json @@ -4,7 +4,7 @@ "author": "DFINITY Stiftung ", "license": "Apache-2.0", "description": "JavaScript and TypeScript library to work with candid interfaces", - "homepage": "https://js.icp.build/core/libs/candid", + "homepage": "https://js.icp.build/core/v3.2/libs/candid", "repository": { "type": "git", "url": "https://github.com/dfinity/agent-js.git", diff --git a/packages/identity-secp256k1/README.md b/packages/identity-secp256k1/README.md index 8e4b1ef55..040953321 100644 --- a/packages/identity-secp256k1/README.md +++ b/packages/identity-secp256k1/README.md @@ -4,7 +4,7 @@ The Secp256k1KeyIdentity package provides an implementation of the SignIdentity Do you want to know more about developing on the Internet Computer? Visit the [Developer Docs](https://internetcomputer.org/docs/home). -Additional API Documentation can be found [here](https://js.icp.build/core/libs/identity-secp256k1/api). +Additional API Documentation can be found [here](https://js.icp.build/core/v3.2/libs/identity-secp256k1/api). --- @@ -52,4 +52,4 @@ const restoredIdentity = Secp256k1KeyIdentity.fromJson(json); ``` References -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). +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). diff --git a/packages/identity-secp256k1/package.json b/packages/identity-secp256k1/package.json index c97323f61..99dd52265 100644 --- a/packages/identity-secp256k1/package.json +++ b/packages/identity-secp256k1/package.json @@ -4,7 +4,7 @@ "author": "DFINITY Stiftung ", "license": "Apache-2.0", "description": "JavaScript and TypeScript library to manage Secp256k1KeyIdentities for use with the Internet Computer", - "homepage": "https://js.icp.build/core/libs/identity-secp256k1", + "homepage": "https://js.icp.build/core/v3.2/libs/identity-secp256k1", "repository": { "type": "git", "url": "https://github.com/dfinity/agent-js.git", diff --git a/packages/identity/README.md b/packages/identity/README.md index 30cd67623..a7c54bedd 100644 --- a/packages/identity/README.md +++ b/packages/identity/README.md @@ -4,7 +4,7 @@ JavaScript and TypeScript library to manage Identities and enable simple Web Aut Do you want to know more about developing on the Internet Computer? Visit the [Developer Docs](https://internetcomputer.org/docs/home). -Additional API Documentation can be found [here](https://js.icp.build/core/libs/identity/api). +Additional API Documentation can be found [here](https://js.icp.build/core/v3.2/libs/identity/api). --- diff --git a/packages/identity/package.json b/packages/identity/package.json index 6e827dfff..086c554af 100644 --- a/packages/identity/package.json +++ b/packages/identity/package.json @@ -4,7 +4,7 @@ "author": "DFINITY Stiftung ", "license": "Apache-2.0", "description": "JavaScript and TypeScript library to manage identity with the Internet Computer", - "homepage": "https://js.icp.build/core/libs/identity", + "homepage": "https://js.icp.build/core/v3.2/libs/identity", "repository": { "type": "git", "url": "https://github.com/dfinity/agent-js.git", diff --git a/packages/principal/README.md b/packages/principal/README.md index bf745c710..28223d659 100644 --- a/packages/principal/README.md +++ b/packages/principal/README.md @@ -4,7 +4,7 @@ JavaScript and TypeScript library to work with Internet Computer Principals Do you want to know more about developing on the Internet Computer? Visit the [Developer Docs](https://internetcomputer.org/docs/home). -Additional API Documentation can be found [here](https://js.icp.build/core/libs/principal/api). +Additional API Documentation can be found [here](https://js.icp.build/core/v3.2/libs/principal/api). --- diff --git a/packages/principal/package.json b/packages/principal/package.json index ddb7063a9..1cec3e561 100644 --- a/packages/principal/package.json +++ b/packages/principal/package.json @@ -4,7 +4,7 @@ "author": "DFINITY Stiftung ", "license": "Apache-2.0", "description": "JavaScript and TypeScript library to work with Internet Computer principals", - "homepage": "https://js.icp.build/core/libs/principal", + "homepage": "https://js.icp.build/core/v3.2/libs/principal", "repository": { "type": "git", "url": "https://github.com/dfinity/agent-js.git", diff --git a/packages/use-auth-client/README.md b/packages/use-auth-client/README.md index 77fe81b48..ca29b201c 100644 --- a/packages/use-auth-client/README.md +++ b/packages/use-auth-client/README.md @@ -6,7 +6,7 @@ You can use it to manage your identity for you, or you can pass it an `idlFactor Do you want to know more about developing on the Internet Computer? Visit the [Developer Docs](https://internetcomputer.org/docs/home). -Additional API Documentation can be found [here](https://js.icp.build/core/libs/use-auth-client/api). +Additional API Documentation can be found [here](https://js.icp.build/core/v3.2/libs/use-auth-client/api). --- diff --git a/packages/use-auth-client/package.json b/packages/use-auth-client/package.json index 85f6f205f..32b562084 100644 --- a/packages/use-auth-client/package.json +++ b/packages/use-auth-client/package.json @@ -44,7 +44,7 @@ }, "author": "DFINITY Stiftung ", "license": "Apache-2.0", - "homepage": "https://js.icp.build/core/libs/use-auth-client", + "homepage": "https://js.icp.build/core/v3.2/libs/use-auth-client", "repository": { "type": "git", "url": "https://github.com/dfinity/agent-js.git",