From 501b2ec007fbc44874e7a29aa283d22f4bf9cf4d Mon Sep 17 00:00:00 2001 From: Abhishek Paul Date: Mon, 17 Jun 2024 16:51:38 +0530 Subject: [PATCH] fix: expired domain --- package.json | 2 +- packages/react/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 45a1dadd1d..a424b4aaf1 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "bugs": { "url": "https://github.com/carbon-design-system/carbon-addons-iot-react/issues" }, - "homepage": "https://carbon-addons-iot-react.com", + "homepage": "https://github.com/carbon-design-system/carbon-addons-iot-react/tree/next/packages/react", "scripts": { "build:storybook": "node ./scripts/storybook.js --build", "build": "lerna run --stream build", diff --git a/packages/react/package.json b/packages/react/package.json index 46467c897f..b538871993 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -20,7 +20,7 @@ "bugs": { "url": "https://github.com/carbon-design-system/carbon-addons-iot-react/issues" }, - "homepage": "https://carbon-addons-iot-react.com", + "homepage": "https://github.com/carbon-design-system/carbon-addons-iot-react/tree/next/packages/react", "scripts": { "build": "yarn svg-convert && cross-env BABEL_ENV='production' NODE_ENV='production' yarn build:pre && rollup -c && yarn build:post", "build:pre": "yarn test:engines && rimraf lib es umd css scss tmp storybook-static",