Skip to content

Commit

Permalink
chore: replaces links with icp.host to xyz for nice url for docs (#601)
Browse files Browse the repository at this point in the history
  • Loading branch information
krpeacock committed Jul 28, 2022
1 parent 0458dd8 commit 8fc0b17
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions docs/generated/changelog.html
Expand Up @@ -16,6 +16,7 @@ <h2>Version 0.12.2</h2>
Support for the SubtleCrypto interface in @dfinity/identity using the new ECDSAKeyIdentity
</li>
<li>CanisterStatus no longer suppresses rootKey errors</li>
<li>Readme's point to https://agent-js.icp.xyz</li>
</ul>
<h2>Version 0.12.1</h2>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion packages/agent/README.md
Expand Up @@ -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).

---

Expand Down
2 changes: 1 addition & 1 deletion packages/auth-client/README.md
Expand Up @@ -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).

---

Expand Down
2 changes: 1 addition & 1 deletion packages/authentication/README.md
Expand Up @@ -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).

---

Expand Down
2 changes: 1 addition & 1 deletion packages/candid/README.md
Expand Up @@ -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).

---

Expand Down
2 changes: 1 addition & 1 deletion packages/identity/README.md
Expand Up @@ -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).

---

Expand Down
2 changes: 1 addition & 1 deletion packages/principal/README.md
Expand Up @@ -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).

---

Expand Down

0 comments on commit 8fc0b17

Please sign in to comment.