Skip to content

Commit

Permalink
fix: package.json homepage links to use the main branch (#6336)
Browse files Browse the repository at this point in the history
  • Loading branch information
chad3814 committed Jul 30, 2024
1 parent 54990fa commit e332230
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/cloudfront-signer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
]
}
},
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/cloudfront-signer",
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/cloudfront-signer",
"repository": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-js-v3.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
]
}
},
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/core",
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/core",
"repository": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-js-v3.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/credential-provider-sso/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"files": [
"dist-*/**"
],
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/credential-provider-sso",
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/credential-provider-sso",
"repository": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-js-v3.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/credential-provider-web-identity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"files": [
"dist-*/**"
],
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/credential-provider-web-identity",
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/credential-provider-web-identity",
"repository": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-js-v3.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/signature-v4-crt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"files": [
"dist-*/**"
],
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/signature-v4-crt",
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/signature-v4-crt",
"repository": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-js-v3.git",
Expand Down

0 comments on commit e332230

Please sign in to comment.