Skip to content

Commit

Permalink
chore: replaces smartcontracts references (#662)
Browse files Browse the repository at this point in the history
  • Loading branch information
krpeacock committed Dec 7, 2022
1 parent eb69390 commit 545a834
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/generated/changelog.html
Expand Up @@ -167,7 +167,7 @@ <h2>Version 0.11.2</h2>
<pre>canisterStatus</pre>
, to @agent/js. Canister status now allows you to query paths from the canister
certificate with a simple interface, using the API from the<a
href="https://smartcontracts.org/docs/current/references/ic-interface-spec#state-tree-canister-information"
href="https://internetcomputer.org/docs/current/references/ic-interface-spec#state-tree-canister-information"
>interface specification</a
><br />
Comes with nicely configured options for
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/agent/package.json
Expand Up @@ -4,7 +4,7 @@
"author": "DFINITY Stiftung <sdk@dfinity.org>",
"license": "Apache-2.0",
"description": "JavaScript and TypeScript library to interact with the Internet Computer",
"homepage": "https://smartcontracts.org",
"homepage": "https://internetcomputer.org",
"repository": {
"type": "git",
"url": "https://github.com/dfinity/agent-js.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/agent/src/index.ts
Expand Up @@ -16,7 +16,7 @@ export * as polling from './polling';
/**
* The CanisterStatus utility is used to request structured data directly from the IC public API. This data can be accessed using agent.readState, but CanisterStatus provides a helpful abstraction with some known paths.
*
* You can request a canisters Controllers, ModuleHash, Candid interface, Subnet, or Time, or provide a custom path {@link CanisterStatus.CustomPath} and pass arbitrary buffers for valid paths identified in https://smartcontracts.org/docs/current/references/ic-interface-spec/.
* You can request a canisters Controllers, ModuleHash, Candid interface, Subnet, or Time, or provide a custom path {@link CanisterStatus.CustomPath} and pass arbitrary buffers for valid paths identified in https://internetcomputer.org/docs/current/references/ic-interface-spec.
*
* The primary method for this namespace is {@link CanisterStatus.request}
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/assets/package.json
Expand Up @@ -4,7 +4,7 @@
"author": "DFINITY Stiftung <sdk@dfinity.org>",
"license": "Apache-2.0",
"description": "JavaScript and TypeScript library to manage assets on the Internet Computer",
"homepage": "https://smartcontracts.org",
"homepage": "https://internetcomputer.org",
"repository": {
"type": "git",
"url": "https://github.com/dfinity/agent-js.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-client/package.json
Expand Up @@ -4,7 +4,7 @@
"author": "DFINITY Stiftung <sdk@dfinity.org>",
"license": "Apache-2.0",
"description": "JavaScript and TypeScript library to provide a simple integration with an IC Internet Identity",
"homepage": "https://smartcontracts.org",
"homepage": "https://internetcomputer.org",
"repository": {
"type": "git",
"url": "https://github.com/dfinity/agent-js.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/candid/package.json
Expand Up @@ -4,7 +4,7 @@
"author": "DFINITY Stiftung <sdk@dfinity.org>",
"license": "Apache-2.0",
"description": "JavaScript and TypeScript library to work with candid interfaces",
"homepage": "https://smartcontracts.org",
"homepage": "https://internetcomputer.org",
"repository": {
"type": "git",
"url": "https://github.com/dfinity/agent-js.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/principal/package.json
Expand Up @@ -4,7 +4,7 @@
"author": "DFINITY Stiftung <sdk@dfinity.org>",
"license": "Apache-2.0",
"description": "JavaScript and TypeScript library to work with Internet Computer principals",
"homepage": "https://smartcontracts.org",
"homepage": "https://internetcomputer.org",
"repository": {
"type": "git",
"url": "https://github.com/dfinity/agent-js.git",
Expand Down

0 comments on commit 545a834

Please sign in to comment.