Skip to content

Commit e332230

Browse files
authoredJul 30, 2024··
fix: package.json homepage links to use the main branch (#6336)
1 parent 54990fa commit e332230

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed
 

‎packages/cloudfront-signer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
]
4545
}
4646
},
47-
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/cloudfront-signer",
47+
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/cloudfront-signer",
4848
"repository": {
4949
"type": "git",
5050
"url": "https://github.com/aws/aws-sdk-js-v3.git",

‎packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
]
103103
}
104104
},
105-
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/core",
105+
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/core",
106106
"repository": {
107107
"type": "git",
108108
"url": "https://github.com/aws/aws-sdk-js-v3.git",

‎packages/credential-provider-sso/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"files": [
5555
"dist-*/**"
5656
],
57-
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/credential-provider-sso",
57+
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/credential-provider-sso",
5858
"repository": {
5959
"type": "git",
6060
"url": "https://github.com/aws/aws-sdk-js-v3.git",

‎packages/credential-provider-web-identity/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"files": [
6363
"dist-*/**"
6464
],
65-
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/credential-provider-web-identity",
65+
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/credential-provider-web-identity",
6666
"repository": {
6767
"type": "git",
6868
"url": "https://github.com/aws/aws-sdk-js-v3.git",

‎packages/signature-v4-crt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"files": [
4848
"dist-*/**"
4949
],
50-
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/signature-v4-crt",
50+
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/signature-v4-crt",
5151
"repository": {
5252
"type": "git",
5353
"url": "https://github.com/aws/aws-sdk-js-v3.git",

0 commit comments

Comments
 (0)
Please sign in to comment.