Skip to content

fix: update references of default branch from master to main #2057

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Feb 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions .github/workflows/codegen-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: codegen-ci

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
build:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/git-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: git-sync-with-mirror

on:
push:
branches: [ master ]
branches: [ main ]
workflow_dispatch:

jobs:
Expand All @@ -18,8 +18,8 @@ jobs:
uses: wei/git-sync@v3
with:
source_repo: ${{ secrets.GIT_SYNC_SOURCE_REPO }}
source_branch: "master"
source_branch: "main"
destination_repo: ${{ secrets.GIT_SYNC_DESTINATION_REPO }}
destination_branch: "master"
destination_branch: "main"
source_ssh_private_key: ${{ secrets.GIT_SYNC_SOURCE_SSH_PRIVATE_KEY }}
destination_ssh_private_key: ${{ secrets.GIT_SYNC_DESTINATION_SSH_PRIVATE_KEY }}
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,5 @@ Please refer [sdk-codegen](./codegen/sdk-codegen/README.md)
[pr]: https://github.com/aws/aws-sdk-js-v3/pulls
[license]: http://aws.amazon.com/apache2.0/
[cla]: http://en.wikipedia.org/wiki/Contributor_License_Agreement
[aws service models]: https://github.com/aws/aws-sdk-js-v3/tree/master/models
[aws service models]: https://github.com/aws/aws-sdk-js-v3/tree/main/models
[conventional commits]: https://www.conventionalcommits.org/
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# AWS SDK for JavaScript v3

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

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion clients/client-accessanalyzer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ visit our [code samples repo](https://github.com/aws-samples/aws-sdk-js-tests).
## Contributing

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

## License

Expand Down
2 changes: 1 addition & 1 deletion clients/client-accessanalyzer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"url": "https://aws.amazon.com/javascript/"
},
"license": "Apache-2.0",
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/clients/client-accessanalyzer",
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-accessanalyzer",
"repository": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-js-v3.git",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-acm-pca/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ visit our [code samples repo](https://github.com/aws-samples/aws-sdk-js-tests).
## Contributing

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

## License

Expand Down
2 changes: 1 addition & 1 deletion clients/client-acm-pca/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"url": "https://aws.amazon.com/javascript/"
},
"license": "Apache-2.0",
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/clients/client-acm-pca",
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-acm-pca",
"repository": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-js-v3.git",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-acm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ visit our [code samples repo](https://github.com/aws-samples/aws-sdk-js-tests).
## Contributing

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

## License

Expand Down
2 changes: 1 addition & 1 deletion clients/client-acm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"url": "https://aws.amazon.com/javascript/"
},
"license": "Apache-2.0",
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/clients/client-acm",
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-acm",
"repository": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-js-v3.git",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-alexa-for-business/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ visit our [code samples repo](https://github.com/aws-samples/aws-sdk-js-tests).
## Contributing

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

## License

Expand Down
2 changes: 1 addition & 1 deletion clients/client-alexa-for-business/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"url": "https://aws.amazon.com/javascript/"
},
"license": "Apache-2.0",
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/clients/client-alexa-for-business",
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-alexa-for-business",
"repository": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-js-v3.git",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-amplify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ visit our [code samples repo](https://github.com/aws-samples/aws-sdk-js-tests).
## Contributing

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

## License

Expand Down
2 changes: 1 addition & 1 deletion clients/client-amplify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"url": "https://aws.amazon.com/javascript/"
},
"license": "Apache-2.0",
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/clients/client-amplify",
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-amplify",
"repository": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-js-v3.git",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-amplifybackend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ visit our [code samples repo](https://github.com/aws-samples/aws-sdk-js-tests).
## Contributing

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

## License

Expand Down
2 changes: 1 addition & 1 deletion clients/client-amplifybackend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"url": "https://aws.amazon.com/javascript/"
},
"license": "Apache-2.0",
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/clients/client-amplifybackend",
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-amplifybackend",
"repository": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-js-v3.git",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-api-gateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ visit our [code samples repo](https://github.com/aws-samples/aws-sdk-js-tests).
## Contributing

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

## License

Expand Down
2 changes: 1 addition & 1 deletion clients/client-api-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"url": "https://aws.amazon.com/javascript/"
},
"license": "Apache-2.0",
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/clients/client-api-gateway",
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-api-gateway",
"repository": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-js-v3.git",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-apigatewaymanagementapi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ visit our [code samples repo](https://github.com/aws-samples/aws-sdk-js-tests).
## Contributing

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

## License

Expand Down
2 changes: 1 addition & 1 deletion clients/client-apigatewaymanagementapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"url": "https://aws.amazon.com/javascript/"
},
"license": "Apache-2.0",
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/clients/client-apigatewaymanagementapi",
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-apigatewaymanagementapi",
"repository": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-js-v3.git",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-apigatewayv2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ visit our [code samples repo](https://github.com/aws-samples/aws-sdk-js-tests).
## Contributing

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

## License

Expand Down
2 changes: 1 addition & 1 deletion clients/client-apigatewayv2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"url": "https://aws.amazon.com/javascript/"
},
"license": "Apache-2.0",
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/clients/client-apigatewayv2",
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-apigatewayv2",
"repository": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-js-v3.git",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-app-mesh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ visit our [code samples repo](https://github.com/aws-samples/aws-sdk-js-tests).
## Contributing

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

## License

Expand Down
2 changes: 1 addition & 1 deletion clients/client-app-mesh/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"url": "https://aws.amazon.com/javascript/"
},
"license": "Apache-2.0",
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/clients/client-app-mesh",
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-app-mesh",
"repository": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-js-v3.git",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-appconfig/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ visit our [code samples repo](https://github.com/aws-samples/aws-sdk-js-tests).
## Contributing

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

## License

Expand Down
2 changes: 1 addition & 1 deletion clients/client-appconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"url": "https://aws.amazon.com/javascript/"
},
"license": "Apache-2.0",
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/clients/client-appconfig",
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-appconfig",
"repository": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-js-v3.git",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-appflow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ visit our [code samples repo](https://github.com/aws-samples/aws-sdk-js-tests).
## Contributing

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

## License

Expand Down
2 changes: 1 addition & 1 deletion clients/client-appflow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"url": "https://aws.amazon.com/javascript/"
},
"license": "Apache-2.0",
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/clients/client-appflow",
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-appflow",
"repository": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-js-v3.git",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-appintegrations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ visit our [code samples repo](https://github.com/aws-samples/aws-sdk-js-tests).
## Contributing

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

## License

Expand Down
2 changes: 1 addition & 1 deletion clients/client-appintegrations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"url": "https://aws.amazon.com/javascript/"
},
"license": "Apache-2.0",
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/clients/client-appintegrations",
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-appintegrations",
"repository": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-js-v3.git",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-application-auto-scaling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ visit our [code samples repo](https://github.com/aws-samples/aws-sdk-js-tests).
## Contributing

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

## License

Expand Down
2 changes: 1 addition & 1 deletion clients/client-application-auto-scaling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"url": "https://aws.amazon.com/javascript/"
},
"license": "Apache-2.0",
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/clients/client-application-auto-scaling",
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-application-auto-scaling",
"repository": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-js-v3.git",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-application-discovery-service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ visit our [code samples repo](https://github.com/aws-samples/aws-sdk-js-tests).
## Contributing

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

## License

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"url": "https://aws.amazon.com/javascript/"
},
"license": "Apache-2.0",
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/clients/client-application-discovery-service",
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-application-discovery-service",
"repository": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-js-v3.git",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-application-insights/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ visit our [code samples repo](https://github.com/aws-samples/aws-sdk-js-tests).
## Contributing

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

## License

Expand Down
2 changes: 1 addition & 1 deletion clients/client-application-insights/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"url": "https://aws.amazon.com/javascript/"
},
"license": "Apache-2.0",
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/clients/client-application-insights",
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-application-insights",
"repository": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-js-v3.git",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-appstream/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ visit our [code samples repo](https://github.com/aws-samples/aws-sdk-js-tests).
## Contributing

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

## License

Expand Down
2 changes: 1 addition & 1 deletion clients/client-appstream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"url": "https://aws.amazon.com/javascript/"
},
"license": "Apache-2.0",
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/clients/client-appstream",
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-appstream",
"repository": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-js-v3.git",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-appsync/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ visit our [code samples repo](https://github.com/aws-samples/aws-sdk-js-tests).
## Contributing

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

## License

Expand Down
2 changes: 1 addition & 1 deletion clients/client-appsync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"url": "https://aws.amazon.com/javascript/"
},
"license": "Apache-2.0",
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/clients/client-appsync",
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-appsync",
"repository": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-js-v3.git",
Expand Down
Loading