From 3a36671c6ff1189864d0097aa7f237dcbf4fb0a0 Mon Sep 17 00:00:00 2001 From: Ian Macalinao Date: Wed, 1 Jun 2022 12:46:45 -0500 Subject: [PATCH] docs: fix homepage in package.jsons --- packages/anchor-contrib/package.json | 2 +- packages/browserslist-config/package.json | 2 +- packages/chai-solana/package.json | 2 +- packages/eslint-config-react/package.json | 2 +- packages/eslint-config/package.json | 2 +- packages/option-utils/package.json | 2 +- packages/solana-contrib/package.json | 2 +- packages/stableswap-sdk/package.json | 2 +- packages/token-utils/package.json | 2 +- packages/tsconfig/package.json | 2 +- packages/use-solana/package.json | 2 +- packages/wallet-adapter-icons/package.json | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/packages/anchor-contrib/package.json b/packages/anchor-contrib/package.json index 60aac5ddd..d48bdbeb6 100644 --- a/packages/anchor-contrib/package.json +++ b/packages/anchor-contrib/package.json @@ -2,7 +2,7 @@ "name": "@saberhq/anchor-contrib", "version": "1.13.22", "description": "TypeScript client for Anchor programs.", - "homepage": "https://github.com/saber-hq/saber-common/packages/anchor-contrib#readme", + "homepage": "https://github.com/saber-hq/saber-common/tree/master/packages/anchor-contrib#readme", "repository": "git+https://github.com/saber-hq/saber-common.git", "bugs": "https://github.com/saber-hq/saber-common/issues", "funding": "https://www.coingecko.com/en/coins/saber", diff --git a/packages/browserslist-config/package.json b/packages/browserslist-config/package.json index b97d0ac90..20cf1dbfd 100644 --- a/packages/browserslist-config/package.json +++ b/packages/browserslist-config/package.json @@ -2,7 +2,7 @@ "name": "@saberhq/browserslist-config", "version": "1.13.22", "description": "Saber shareable config for Browserslist.", - "homepage": "https://github.com/saber-hq/saber-common/packages/browserslist-config#readme", + "homepage": "https://github.com/saber-hq/saber-common/tree/master/packages/browserslist-config#readme", "repository": "git+https://github.com/saber-hq/saber-common.git", "bugs": "https://github.com/saber-hq/saber-common/issues", "funding": "https://www.coingecko.com/en/coins/saber", diff --git a/packages/chai-solana/package.json b/packages/chai-solana/package.json index bc5e40ad8..659f064fd 100644 --- a/packages/chai-solana/package.json +++ b/packages/chai-solana/package.json @@ -2,7 +2,7 @@ "name": "@saberhq/chai-solana", "version": "1.13.22", "description": "Solana Chai helpers", - "homepage": "https://github.com/saber-hq/saber-common/packages/chai-solana#readme", + "homepage": "https://github.com/saber-hq/saber-common/tree/master/packages/chai-solana#readme", "repository": "git+https://github.com/saber-hq/saber-common.git", "bugs": "https://github.com/saber-hq/saber-common/issues", "author": "Saber Team ", diff --git a/packages/eslint-config-react/package.json b/packages/eslint-config-react/package.json index bba1677d0..27c932626 100644 --- a/packages/eslint-config-react/package.json +++ b/packages/eslint-config-react/package.json @@ -2,7 +2,7 @@ "name": "@saberhq/eslint-config-react", "version": "1.13.22", "description": "Saber base React ESLint config", - "homepage": "https://github.com/saber-hq/saber-common/packages/eslint-config-react#readme", + "homepage": "https://github.com/saber-hq/saber-common/tree/master/packages/eslint-config-react#readme", "repository": "git+https://github.com/saber-hq/saber-common.git", "bugs": "https://github.com/saber-hq/saber-common/issues", "author": "Saber Team ", diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 2e70bf9c0..405e68b96 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -2,7 +2,7 @@ "name": "@saberhq/eslint-config", "version": "1.13.22", "description": "Saber base ESLint config", - "homepage": "https://github.com/saber-hq/saber-common/packages/eslint-config#readme", + "homepage": "https://github.com/saber-hq/saber-common/tree/master/packages/eslint-config#readme", "repository": "git+https://github.com/saber-hq/saber-common.git", "bugs": "https://github.com/saber-hq/saber-common/issues", "author": "Saber Team ", diff --git a/packages/option-utils/package.json b/packages/option-utils/package.json index c8bbdfa25..8259b3a8b 100644 --- a/packages/option-utils/package.json +++ b/packages/option-utils/package.json @@ -2,7 +2,7 @@ "name": "@saberhq/option-utils", "version": "1.13.22", "description": "Utilities for handling optional values in TypeScript.", - "homepage": "https://github.com/saber-hq/saber-common/packages/option-utils#readme", + "homepage": "https://github.com/saber-hq/saber-common/tree/master/packages/option-utils#readme", "repository": "git+https://github.com/saber-hq/saber-common.git", "bugs": "https://github.com/saber-hq/saber-common/issues", "funding": "https://www.coingecko.com/en/coins/saber", diff --git a/packages/solana-contrib/package.json b/packages/solana-contrib/package.json index c02ce55e9..568d21a97 100644 --- a/packages/solana-contrib/package.json +++ b/packages/solana-contrib/package.json @@ -2,7 +2,7 @@ "name": "@saberhq/solana-contrib", "version": "1.13.22", "description": "Common types and libraries for Solana", - "homepage": "https://github.com/saber-hq/saber-common/packages/solana-contrib#readme", + "homepage": "https://github.com/saber-hq/saber-common/tree/master/packages/solana-contrib#readme", "repository": "git+https://github.com/saber-hq/saber-common.git", "bugs": "https://github.com/saber-hq/saber-common/issues", "funding": "https://www.coingecko.com/en/coins/saber", diff --git a/packages/stableswap-sdk/package.json b/packages/stableswap-sdk/package.json index ff856a857..a3345693d 100644 --- a/packages/stableswap-sdk/package.json +++ b/packages/stableswap-sdk/package.json @@ -2,7 +2,7 @@ "name": "@saberhq/stableswap-sdk", "version": "1.13.22", "description": "Solana SDK for Saber's StableSwap program.", - "homepage": "https://github.com/saber-hq/saber-common/packages/stableswap-sdk#readme", + "homepage": "https://github.com/saber-hq/saber-common/tree/master/packages/stableswap-sdk#readme", "repository": "git+https://github.com/saber-hq/saber-common.git", "bugs": "https://github.com/saber-hq/saber-common/issues", "author": "Saber Team ", diff --git a/packages/token-utils/package.json b/packages/token-utils/package.json index ebfc8d1f6..d7f1cfef4 100644 --- a/packages/token-utils/package.json +++ b/packages/token-utils/package.json @@ -2,7 +2,7 @@ "name": "@saberhq/token-utils", "description": "Token-related math and transaction utilities for Solana.", "version": "1.13.22", - "homepage": "https://github.com/saber-hq/saber-common/packages/token-utils#readme", + "homepage": "https://github.com/saber-hq/saber-common/tree/master/packages/token-utils#readme", "repository": "git+https://github.com/saber-hq/saber-common.git", "bugs": "https://github.com/saber-hq/saber-common/issues", "funding": "https://www.coingecko.com/en/coins/saber", diff --git a/packages/tsconfig/package.json b/packages/tsconfig/package.json index 929ccf314..13ab2840b 100644 --- a/packages/tsconfig/package.json +++ b/packages/tsconfig/package.json @@ -2,7 +2,7 @@ "name": "@saberhq/tsconfig", "description": "Saber TypeScript configurations.", "version": "1.13.22", - "homepage": "https://github.com/saber-hq/saber-common/packages/tsconfig#readme", + "homepage": "https://github.com/saber-hq/saber-common/tree/master/packages/tsconfig#readme", "repository": "git+https://github.com/saber-hq/saber-common.git", "bugs": "https://github.com/saber-hq/saber-common/issues", "author": "Saber Team ", diff --git a/packages/use-solana/package.json b/packages/use-solana/package.json index 5f6f300ba..649c0485b 100644 --- a/packages/use-solana/package.json +++ b/packages/use-solana/package.json @@ -2,7 +2,7 @@ "name": "@saberhq/use-solana", "version": "1.13.22", "description": "Solana utilities for React applications.", - "homepage": "https://github.com/saber-hq/saber-common/packages/use-solana#readme", + "homepage": "https://github.com/saber-hq/saber-common/tree/master/packages/use-solana#readme", "repository": "git+https://github.com/saber-hq/saber-common.git", "bugs": "https://github.com/saber-hq/saber-common/issues", "author": "Saber Team ", diff --git a/packages/wallet-adapter-icons/package.json b/packages/wallet-adapter-icons/package.json index 1362169d4..0339c7b79 100644 --- a/packages/wallet-adapter-icons/package.json +++ b/packages/wallet-adapter-icons/package.json @@ -2,7 +2,7 @@ "name": "@saberhq/wallet-adapter-icons", "version": "1.13.20", "description": "Solana wallet adapter icons.", - "homepage": "https://github.com/saber-hq/saber-common/packages/solana-wallet-adapters#readme", + "homepage": "https://github.com/saber-hq/saber-common/tree/master/packages/solana-wallet-adapters#readme", "repository": "git+https://github.com/saber-hq/saber-common.git", "bugs": "https://github.com/saber-hq/saber-common/issues", "funding": "https://www.coingecko.com/en/coins/saber",