Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: replaces links with icp.host to xyz for nice url for docs #601

Merged
merged 2 commits into from Jul 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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