From 7caa6c3a4f23b997e9426f4ccf1d404b0b206da1 Mon Sep 17 00:00:00 2001 From: Kyle Peacock Date: Wed, 27 Jul 2022 10:17:52 -0700 Subject: [PATCH 1/2] chore: replaces links with icp.host to xyz for nice url for docs --- packages/agent/README.md | 2 +- packages/auth-client/README.md | 2 +- packages/authentication/README.md | 2 +- packages/candid/README.md | 2 +- packages/identity/README.md | 2 +- packages/principal/README.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/agent/README.md b/packages/agent/README.md index 8168d929d..cf7717d8b 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 Visit the [Dfinity Forum](https://forum.dfinity.org/) and [SDK Documentation](https://sdk.dfinity.org/docs/index.html) for more information and support building on the Internet Computer. -Additional API Documentation can be found [here](https://agent-js.icp.host/agent/index.html). +Additional API Documentation can be found [here](https://agent-js.icp.xyz/agent/index.html). --- diff --git a/packages/auth-client/README.md b/packages/auth-client/README.md index ba92c9652..c1cac2c1c 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 Visit the [Dfinity Forum](https://forum.dfinity.org/) and [SDK Documentation](https://sdk.dfinity.org/docs/index.html) for more information and support building on the Internet Computer. -Additional API Documentation can be found [here](https://agent-js.icp.host/auth-client/index.html). +Additional API Documentation can be found [here](https://agent-js.icp.xyz/auth-client/index.html). --- diff --git a/packages/authentication/README.md b/packages/authentication/README.md index a30a03cfa..12bb15390 100644 --- a/packages/authentication/README.md +++ b/packages/authentication/README.md @@ -4,7 +4,7 @@ JavaScript and TypeScript library to support manage Identities and enable simple Visit the [Dfinity Forum](https://forum.dfinity.org/) and [SDK Documentation](https://sdk.dfinity.org/docs/index.html) for more information and support building on the Internet Computer. -Additional API Documentation can be found [here](https://agent-js.icp.host/authentication/index.html). +Additional API Documentation can be found [here](https://agent-js.icp.xyz/authentication/index.html). --- diff --git a/packages/candid/README.md b/packages/candid/README.md index 2fbad591b..fb9afa578 100644 --- a/packages/candid/README.md +++ b/packages/candid/README.md @@ -4,7 +4,7 @@ JavaScript and TypeScript library to work with Candid interfaces Visit the [Dfinity Forum](https://forum.dfinity.org/) and [SDK Documentation](https://sdk.dfinity.org/docs/index.html) for more information and support building on the Internet Computer. -Additional API Documentation can be found [here](https://agent-js.icp.host/candid/index.html). +Additional API Documentation can be found [here](https://agent-js.icp.xyz/candid/index.html). --- diff --git a/packages/identity/README.md b/packages/identity/README.md index 3cda90511..9302c5f64 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 Visit the [Dfinity Forum](https://forum.dfinity.org/) and [SDK Documentation](https://sdk.dfinity.org/docs/index.html) for more information and support building on the Internet Computer. -Additional API Documentation can be found [here](https://agent-js.icp.host/identity/index.html). +Additional API Documentation can be found [here](https://agent-js.icp.xyz/identity/index.html). --- diff --git a/packages/principal/README.md b/packages/principal/README.md index b8c440c5b..ccd0812a4 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 Visit the [Dfinity Forum](https://forum.dfinity.org/) and [SDK Documentation](https://sdk.dfinity.org/docs/index.html) for more information and support building on the Internet Computer. -Additional API Documentation can be found [here](https://agent-js.icp.host/principal/index.html). +Additional API Documentation can be found [here](https://agent-js.icp.xyz/principal/index.html). --- From cd1b970d4a71cb5723f93ad0b0d5ae651514db9d Mon Sep 17 00:00:00 2001 From: Kyle Peacock Date: Wed, 27 Jul 2022 10:19:11 -0700 Subject: [PATCH 2/2] changelog --- docs/generated/changelog.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/generated/changelog.html b/docs/generated/changelog.html index b16011a31..1b980f8bf 100644 --- a/docs/generated/changelog.html +++ b/docs/generated/changelog.html @@ -16,6 +16,7 @@

Version 0.12.2

Support for the SubtleCrypto interface in @dfinity/identity using the new ECDSAKeyIdentity
  • CanisterStatus no longer suppresses rootKey errors
  • +
  • Readme's point to https://agent-js.icp.xyz
  • Version 0.12.1