Skip to content

Commit 59b8b58

Browse files
authored
fix: update references of default branch from master to main (#2057)
1 parent 6b4bde6 commit 59b8b58

File tree

601 files changed

+606
-606
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

601 files changed

+606
-606
lines changed

.github/workflows/codegen-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: codegen-ci
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ main ]
88

99
jobs:
1010
build:

.github/workflows/git-sync.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: git-sync-with-mirror
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
66
workflow_dispatch:
77

88
jobs:
@@ -18,8 +18,8 @@ jobs:
1818
uses: wei/git-sync@v3
1919
with:
2020
source_repo: ${{ secrets.GIT_SYNC_SOURCE_REPO }}
21-
source_branch: "master"
21+
source_branch: "main"
2222
destination_repo: ${{ secrets.GIT_SYNC_DESTINATION_REPO }}
23-
destination_branch: "master"
23+
destination_branch: "main"
2424
source_ssh_private_key: ${{ secrets.GIT_SYNC_SOURCE_SSH_PRIVATE_KEY }}
2525
destination_ssh_private_key: ${{ secrets.GIT_SYNC_DESTINATION_SSH_PRIVATE_KEY }}

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,5 @@ Please refer [sdk-codegen](./codegen/sdk-codegen/README.md)
108108
[pr]: https://github.com/aws/aws-sdk-js-v3/pulls
109109
[license]: http://aws.amazon.com/apache2.0/
110110
[cla]: http://en.wikipedia.org/wiki/Contributor_License_Agreement
111-
[aws service models]: https://github.com/aws/aws-sdk-js-v3/tree/master/models
111+
[aws service models]: https://github.com/aws/aws-sdk-js-v3/tree/main/models
112112
[conventional commits]: https://www.conventionalcommits.org/

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# AWS SDK for JavaScript v3
22

3-
![Build Status](https://codebuild.us-west-2.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiMmtFajZWQmNUbEhidnBKN1VncjRrNVI3d0JUcFpGWUd3STh4T3N3Rnljc1BMaEIrYm9HU2t4YTV1RlE1YmlnUG9XM3luY0Ftc2tBc0xTeVFJMkVOa24wPSIsIml2UGFyYW1ldGVyU3BlYyI6IlBDMDl6UEROK1dlU1h1OWciLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=master)
4-
[![codecov](https://codecov.io/gh/aws/aws-sdk-js-v3/branch/master/graph/badge.svg)](https://codecov.io/gh/aws/aws-sdk-js-v3)
3+
![Build Status](https://codebuild.us-west-2.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiMmtFajZWQmNUbEhidnBKN1VncjRrNVI3d0JUcFpGWUd3STh4T3N3Rnljc1BMaEIrYm9HU2t4YTV1RlE1YmlnUG9XM3luY0Ftc2tBc0xTeVFJMkVOa24wPSIsIml2UGFyYW1ldGVyU3BlYyI6IlBDMDl6UEROK1dlU1h1OWciLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=main)
4+
[![codecov](https://codecov.io/gh/aws/aws-sdk-js-v3/branch/main/graph/badge.svg)](https://codecov.io/gh/aws/aws-sdk-js-v3)
55
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
66
[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=aws/aws-sdk-js-v3)](https://dependabot.com)
77

@@ -149,7 +149,7 @@ All clients have been published to NPM and can be installed as described above.
149149
yarn && yarn test:all
150150
```
151151

152-
For more information, please refer to [contributing guide](https://github.com/aws/aws-sdk-js-v3/blob/master/CONTRIBUTING.md#setup-and-testing).
152+
For more information, please refer to [contributing guide](https://github.com/aws/aws-sdk-js-v3/blob/main/CONTRIBUTING.md#setup-and-testing).
153153

154154
1. After the repository is successfully built, change directory to the client that you want to install, for example:
155155

clients/client-accessanalyzer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ visit our [code samples repo](https://github.com/aws-samples/aws-sdk-js-tests).
200200
## Contributing
201201

202202
This client code is generated automatically. Any modifications will be overwritten the next time the `@aws-sdk/client-accessanalyzer` package is updated.
203-
To contribute to client you can check our [generate clients scripts](https://github.com/aws/aws-sdk-js-v3/tree/master/scripts/generate-clients).
203+
To contribute to client you can check our [generate clients scripts](https://github.com/aws/aws-sdk-js-v3/tree/main/scripts/generate-clients).
204204

205205
## License
206206

clients/client-accessanalyzer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"url": "https://aws.amazon.com/javascript/"
8686
},
8787
"license": "Apache-2.0",
88-
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/clients/client-accessanalyzer",
88+
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-accessanalyzer",
8989
"repository": {
9090
"type": "git",
9191
"url": "https://github.com/aws/aws-sdk-js-v3.git",

clients/client-acm-pca/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ visit our [code samples repo](https://github.com/aws-samples/aws-sdk-js-tests).
209209
## Contributing
210210

211211
This client code is generated automatically. Any modifications will be overwritten the next time the `@aws-sdk/client-acm-pca` package is updated.
212-
To contribute to client you can check our [generate clients scripts](https://github.com/aws/aws-sdk-js-v3/tree/master/scripts/generate-clients).
212+
To contribute to client you can check our [generate clients scripts](https://github.com/aws/aws-sdk-js-v3/tree/main/scripts/generate-clients).
213213

214214
## License
215215

clients/client-acm-pca/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"url": "https://aws.amazon.com/javascript/"
8585
},
8686
"license": "Apache-2.0",
87-
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/clients/client-acm-pca",
87+
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-acm-pca",
8888
"repository": {
8989
"type": "git",
9090
"url": "https://github.com/aws/aws-sdk-js-v3.git",

clients/client-acm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ visit our [code samples repo](https://github.com/aws-samples/aws-sdk-js-tests).
200200
## Contributing
201201

202202
This client code is generated automatically. Any modifications will be overwritten the next time the `@aws-sdk/client-acm` package is updated.
203-
To contribute to client you can check our [generate clients scripts](https://github.com/aws/aws-sdk-js-v3/tree/master/scripts/generate-clients).
203+
To contribute to client you can check our [generate clients scripts](https://github.com/aws/aws-sdk-js-v3/tree/main/scripts/generate-clients).
204204

205205
## License
206206

clients/client-acm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"url": "https://aws.amazon.com/javascript/"
8585
},
8686
"license": "Apache-2.0",
87-
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/clients/client-acm",
87+
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-acm",
8888
"repository": {
8989
"type": "git",
9090
"url": "https://github.com/aws/aws-sdk-js-v3.git",

0 commit comments

Comments
 (0)