Skip to content

Commit

Permalink
fix: update references of default branch from master to main (#2057)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Feb 22, 2021
1 parent 6b4bde6 commit 59b8b58
Show file tree
Hide file tree
Showing 601 changed files with 606 additions and 606 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codegen-ci.yml
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
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
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
@@ -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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
2 changes: 1 addition & 1 deletion clients/client-application-discovery-service/package.json
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
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
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
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
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
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
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

0 comments on commit 59b8b58

Please sign in to comment.