Commit cebf518
authored
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:
#144111 parent 65162a2 commit cebf518
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments