Skip to content

Commit

Permalink
Replace homepage for npm packages (#245)
Browse files Browse the repository at this point in the history
* remove leftover refs to read the docs site

* Update packages/sdk/network-utils/package.json

Co-authored-by: Arthur Gousset <[email protected]>

---------

Co-authored-by: Arthur Gousset <[email protected]>
  • Loading branch information
aaronmgdr and arthurgousset authored May 21, 2024
1 parent 3aa75c7 commit 6314e2e
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/sdk/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"sideEffects": false,
"homepage": "https://celo-sdk-docs.readthedocs.io/en/latest/base",
"homepage": "https://docs.celo.org/developer/tools#celo-sdk-reference-docs",
"repository": "https://github.com/celo-org/developer-tooling/tree/master/packages/sdk/base",
"scripts": {
"prepublishOnly": "yarn build",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"sideEffects": false,
"author": "Celo",
"license": "Apache-2.0",
"homepage": "https://celo-sdk-docs.readthedocs.io/en/latest/connect",
"homepage": "https://docs.celo.org/developer/tools",
"repository": "https://github.com/celo-org/developer-tooling/tree/master/packages/sdk/connect",
"keywords": [
"celo",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"types": "./lib/index.d.ts",
"author": "Celo",
"license": "Apache-2.0",
"homepage": "https://celo-sdk-docs.readthedocs.io/en/latest/explorer",
"homepage": "https://docs.celo.org/developer/tools",
"repository": "https://github.com/celo-org/developer-tooling/tree/master/packages/sdk/explorer",
"keywords": [
"celo",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/keystores/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"blockchain",
"sdk"
],
"homepage": "https://celo-sdk-docs.readthedocs.io/en/latest/keystores",
"homepage": "https://docs.celo.org/developer/tools",
"repository": "https://github.com/celo-org/developer-tooling/tree/master/packages/sdk/keystores",
"scripts": {
"build": "yarn run --top-level tsc -b .",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/network-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"types": "./lib/index.d.ts",
"author": "Celo",
"license": "Apache-2.0",
"homepage": "https://celo-sdk-docs.readthedocs.io/en/latest/network-utils",
"homepage": "https://docs.celo.org/developer/tools",
"repository": "https://github.com/celo-org/developer-tooling/tree/master/packages/sdk/network-utils",
"keywords": [
"celo",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/phone-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"sideEffects": false,
"homepage": "https://celo-sdk-docs.readthedocs.io/en/latest/phone-utils",
"homepage": "https://docs.celo.org/developer/tools",
"repository": "https://github.com/celo-org/developer-tooling/tree/master/packages/sdk/phone-utils",
"scripts": {
"prepublishOnly": "yarn build",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/transactions-uri/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"types": "./lib/index.d.ts",
"author": "Celo",
"license": "Apache-2.0",
"homepage": "https://celo-sdk-docs.readthedocs.io/en/latest/transactions-uri",
"homepage": "https://docs.celo.org/developer/tools",
"repository": "https://github.com/celo-org/developer-tooling/tree/master/packages/sdk/transactions-uri",
"keywords": [
"celo",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"sideEffects": false,
"homepage": "https://celo-sdk-docs.readthedocs.io/en/latest/utils",
"homepage": "https://docs.celo.org/developer/tools",
"repository": "https://github.com/celo-org/developer-tooling/tree/master/packages/sdk/utils",
"scripts": {
"prepublishOnly": "yarn build",
Expand Down

0 comments on commit 6314e2e

Please sign in to comment.