Skip to content

Commit cebf518

Browse files
docs(aws-serverless): Fix package homepage link (#16979)
Link "homepage" on https://www.npmjs.com/package/@sentry/aws-serverless links to a 404 page, as it targets the old `serverless` URL. Is: https://github.com/getsentry/sentry-javascript/tree/master/packages/serverless Should be: https://github.com/getsentry/sentry-javascript/tree/master/packages/aws-serverless This is the fix. Not sure about the commit message, feel free to pick this up and adjust. This PR is similar to the one for GCP: #14411
1 parent 65162a2 commit cebf518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-serverless/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "9.38.0",
44
"description": "Official Sentry SDK for AWS Lambda and AWS Serverless Environments",
55
"repository": "git://github.com/getsentry/sentry-javascript.git",
6-
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/serverless",
6+
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/aws-serverless",
77
"author": "Sentry",
88
"license": "MIT",
99
"engines": {

0 commit comments

Comments
 (0)