diff --git a/packages/apm/package.json b/packages/apm/package.json index a499ee6befc4..07cb7b2825eb 100644 --- a/packages/apm/package.json +++ b/packages/apm/package.json @@ -3,7 +3,7 @@ "version": "5.16.0-beta.3", "description": "Extensions for APM", "repository": "git://github.com/getsentry/sentry-javascript.git", - "homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/core", + "homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/apm", "author": "Sentry", "license": "BSD-3-Clause", "engines": { diff --git a/packages/integrations/package.json b/packages/integrations/package.json index decd287c0256..5d966a34c384 100644 --- a/packages/integrations/package.json +++ b/packages/integrations/package.json @@ -1,7 +1,7 @@ { "name": "@sentry/integrations", "version": "5.16.0-beta.3", - "description": "Pluggable integrations that can be used to enchance JS SDKs", + "description": "Pluggable integrations that can be used to enhance JS SDKs", "repository": "git://github.com/getsentry/sentry-javascript.git", "homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/integrations", "author": "Sentry", diff --git a/packages/typescript/package.json b/packages/typescript/package.json index edba69ee6115..88e7063e9b96 100644 --- a/packages/typescript/package.json +++ b/packages/typescript/package.json @@ -2,8 +2,8 @@ "name": "@sentry/typescript", "version": "5.16.0-beta.3", "description": "Typescript configuration used at Sentry", - "repository": "git://github.com/getsentry/raven-js.git", - "homepage": "https://github.com/getsentry/raven-js/tree/master/packages/typescript", + "repository": "git://github.com/getsentry/sentry-javascript.git", + "homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/typescript", "author": "Sentry", "license": "BSD-3-Clause", "private": false,