Skip to content

doc: update GitHub urls #221

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 1 commit into from
Oct 1, 2019
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ We will ask you to confirm the licensing of your contribution.

We may ask you to sign a [Contributor License Agreement (CLA)][cla] for larger changes.

[issues]: https://github.com/awslabs/aws-encryption-sdk-javascript/issues
[recently closed]: https://github.com/awslabs/aws-encryption-sdk-javascript/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20
[help wanted]: https://github.com/awslabs/aws-encryption-sdk-javascript/labels/help%20wanted
[pr]: https://github.com/awslabs/aws-encryption-sdk-javascript/pulls
[license]: https://github.com/awslabs/aws-encryption-sdk-javascript/blob/master/LICENSE
[issues]: https://github.com/aws/aws-encryption-sdk-javascript/issues
[recently closed]: https://github.com/aws/aws-encryption-sdk-javascript/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20
[help wanted]: https://github.com/aws/aws-encryption-sdk-javascript/labels/help%20wanted
[pr]: https://github.com/aws/aws-encryption-sdk-javascript/pulls
[license]: https://github.com/aws/aws-encryption-sdk-javascript/blob/master/LICENSE
[cla]: http://en.wikipedia.org/wiki/Contributor_License_Agreement
[vulnerability reporting]: http://aws.amazon.com/security/vulnerability-reporting/
[code of conduct]: https://aws.github.io/code-of-conduct
Expand Down
2 changes: 1 addition & 1 deletion modules/cache-material/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The AWS Encryption SDK for JavaScript is a client-side encryption library design

## About @aws-crypto/cache-material

This packages is not intended for direct use by clients. To get started with the AWS Encryption SDK for JavaScript, follow the instructions in [the README](https://github.com/awslabs/aws-encryption-sdk-javascript/blob/master/README.md).
This packages is not intended for direct use by clients. To get started with the AWS Encryption SDK for JavaScript, follow the instructions in [the README](https://github.com/aws/aws-encryption-sdk-javascript/blob/master/README.md).

## License

Expand Down
2 changes: 1 addition & 1 deletion modules/cache-material/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": {
"name": "AWS Crypto Tools Team",
"email": "aws-crypto-tools-team@amazon.com",
"url": "https://github.com/awslabs/aws-encryption-sdk-javascript"
"url": "https://github.com/aws/aws-encryption-sdk-javascript"
},
"license": "Apache-2.0",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion modules/caching-materials-manager-browser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ see the [Developer Guide](https://docs.aws.amazon.com/encryption-sdk/latest/deve
This package should only be used as part of the AWS Encryption SDK for Javascript.
For more information about the packages in this project
and how they can be used together,
see the [main browser package readme](https://github.com/awslabs/aws-encryption-sdk-javascript/blob/master/modules/client-browser/Readme.md)
see the [main browser package readme](https://github.com/aws/aws-encryption-sdk-javascript/blob/master/modules/client-browser/Readme.md)

## Installing

Expand Down
2 changes: 1 addition & 1 deletion modules/caching-materials-manager-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": {
"name": "AWS Crypto Tools Team",
"email": "aws-crypto-tools-team@amazon.com",
"url": "https://github.com/awslabs/aws-encryption-sdk-javascript"
"url": "https://github.com/aws/aws-encryption-sdk-javascript"
},
"license": "Apache-2.0",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion modules/caching-materials-manager-node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ see the [Developer Guide](https://docs.aws.amazon.com/encryption-sdk/latest/deve
This package should only be used as part of the AWS Encryption SDK for Javascript.
For more information about the packages in this project
and how they can be used together,
see the [main node package readme](https://github.com/awslabs/aws-encryption-sdk-javascript/blob/master/modules/client-node/Readme.md)
see the [main node package readme](https://github.com/aws/aws-encryption-sdk-javascript/blob/master/modules/client-node/Readme.md)

## Installing

Expand Down
2 changes: 1 addition & 1 deletion modules/caching-materials-manager-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": {
"name": "AWS Crypto Tools Team",
"email": "aws-crypto-tools-team@amazon.com",
"url": "https://github.com/awslabs/aws-encryption-sdk-javascript"
"url": "https://github.com/aws/aws-encryption-sdk-javascript"
},
"license": "Apache-2.0",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion modules/client-browser/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ the JavaScript web browser.
* raw-rsa-keyring-browser
* web-crypto-backend

For code examples that show you how to these modules to create keyrings and encrypt and decrypt data, install the [example-browser](https://github.com/awslabs/aws-encryption-sdk-javascript/tree/master/modules/example-browser) module.
For code examples that show you how to these modules to create keyrings and encrypt and decrypt data, install the [example-browser](https://github.com/aws/aws-encryption-sdk-javascript/tree/master/modules/example-browser) module.
## install

To install this module, use the npm package manager. For help with installation, see
Expand Down
2 changes: 1 addition & 1 deletion modules/client-node/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ JavaScript with Node.js.
* raw-aes-keyring-node
* raw-rsa-keyring-node

For code examples that show you how to these modules to create keyrings and encrypt and decrypt data, install the [example-node](https://github.com/awslabs/aws-encryption-sdk-javascript/tree/master/modules/example-node) module.
For code examples that show you how to these modules to create keyrings and encrypt and decrypt data, install the [example-node](https://github.com/aws/aws-encryption-sdk-javascript/tree/master/modules/example-node) module.
## install

To install this module, use the npm package manager. For help with installation, see
Expand Down
2 changes: 1 addition & 1 deletion modules/decrypt-browser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ see the [Developer Guide](https://docs.aws.amazon.com/encryption-sdk/latest/deve
This package should only be used as part of the AWS Encryption SDK for Javascript.
For more information about the packages in this project
and how they can be used together,
see the [main browser package readme](https://github.com/awslabs/aws-encryption-sdk-javascript/blob/master/modules/client-browser/Readme.md)
see the [main browser package readme](https://github.com/aws/aws-encryption-sdk-javascript/blob/master/modules/client-browser/Readme.md)

## Installing

Expand Down
2 changes: 1 addition & 1 deletion modules/decrypt-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": {
"name": "AWS Crypto Tools Team",
"email": "aws-cryptools@amazon.com",
"url": "https://github.com/awslabs/aws-encryption-sdk-javascript"
"url": "https://github.com/aws/aws-encryption-sdk-javascript"
},
"license": "Apache-2.0",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion modules/decrypt-node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ see the [Developer Guide](https://docs.aws.amazon.com/encryption-sdk/latest/deve
This package should only be used as part of the AWS Encryption SDK for Javascript.
For more information about the packages in this project
and how they can be used together,
see the [main node package readme](https://github.com/awslabs/aws-encryption-sdk-javascript/blob/master/modules/client-node/Readme.md)
see the [main node package readme](https://github.com/aws/aws-encryption-sdk-javascript/blob/master/modules/client-node/Readme.md)

## Installing

Expand Down
2 changes: 1 addition & 1 deletion modules/decrypt-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": {
"name": "AWS Crypto Tools Team",
"email": "aws-cryptools@amazon.com",
"url": "https://github.com/awslabs/aws-encryption-sdk-javascript"
"url": "https://github.com/aws/aws-encryption-sdk-javascript"
},
"license": "Apache-2.0",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion modules/encrypt-browser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ see the [Developer Guide](https://docs.aws.amazon.com/encryption-sdk/latest/deve
This package should only be used as part of the AWS Encryption SDK for Javascript.
For more information about the packages in this project
and how they can be used together,
see the [main browser package readme](https://github.com/awslabs/aws-encryption-sdk-javascript/blob/master/modules/client-browser/Readme.md)
see the [main browser package readme](https://github.com/aws/aws-encryption-sdk-javascript/blob/master/modules/client-browser/Readme.md)

## Installing

Expand Down
2 changes: 1 addition & 1 deletion modules/encrypt-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": {
"name": "AWS Crypto Tools Team",
"email": "aws-cryptools@amazon.com",
"url": "https://github.com/awslabs/aws-encryption-sdk-javascript"
"url": "https://github.com/aws/aws-encryption-sdk-javascript"
},
"license": "Apache-2.0",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion modules/encrypt-node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ see the [Developer Guide](https://docs.aws.amazon.com/encryption-sdk/latest/deve
This package should only be used as part of the AWS Encryption SDK for Javascript.
For more information about the packages in this project
and how they can be used together,
see the [main node package readme](https://github.com/awslabs/aws-encryption-sdk-javascript/blob/master/modules/client-node/Readme.md)
see the [main node package readme](https://github.com/aws/aws-encryption-sdk-javascript/blob/master/modules/client-node/Readme.md)

## Installing

Expand Down
2 changes: 1 addition & 1 deletion modules/encrypt-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": {
"name": "AWS Crypto Tools Team",
"email": "aws-cryptools@amazon.com",
"url": "https://github.com/awslabs/aws-encryption-sdk-javascript"
"url": "https://github.com/aws/aws-encryption-sdk-javascript"
},
"license": "Apache-2.0",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion modules/example-browser/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This repository holds examples for encrypting and decrypting in a browser.
This package is intended to act as a working example.
It is not intended for direct use by clients.
To get started with the AWS Encryption SDK for JavaScript,
follow the instructions in [the README](https://github.com/awslabs/aws-encryption-sdk-javascript/blob/master/README.md).
follow the instructions in [the README](https://github.com/aws/aws-encryption-sdk-javascript/blob/master/README.md).

# KMS Simple Example

Expand Down
2 changes: 1 addition & 1 deletion modules/kms-keyring-browser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ see the [Developer Guide](https://docs.aws.amazon.com/encryption-sdk/latest/deve
This package should only be used as part of the AWS Encryption SDK for Javascript.
For more information about the packages in this project
and how they can be used together,
see the [main browser package readme](https://github.com/awslabs/aws-encryption-sdk-javascript/blob/master/modules/client-browser/Readme.md)
see the [main browser package readme](https://github.com/aws/aws-encryption-sdk-javascript/blob/master/modules/client-browser/Readme.md)

## Installing

Expand Down
2 changes: 1 addition & 1 deletion modules/kms-keyring-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": {
"name": "AWS Crypto Tools Team",
"email": "aws-crypto-tools-team@amazon.com",
"url": "https://github.com/awslabs/aws-encryption-sdk-javascript"
"url": "https://github.com/aws/aws-encryption-sdk-javascript"
},
"license": "Apache-2.0",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion modules/kms-keyring-node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ see the [Developer Guide](https://docs.aws.amazon.com/encryption-sdk/latest/deve
This package should only be used as part of the AWS Encryption SDK for Javascript.
For more information about the packages in this project
and how they can be used together,
see the [main node package readme](https://github.com/awslabs/aws-encryption-sdk-javascript/blob/master/modules/client-node/Readme.md)
see the [main node package readme](https://github.com/aws/aws-encryption-sdk-javascript/blob/master/modules/client-node/Readme.md)

## Installing

Expand Down
2 changes: 1 addition & 1 deletion modules/kms-keyring-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": {
"name": "AWS Crypto Tools Team",
"email": "aws-crypto-tools-team@amazon.com",
"url": "https://github.com/awslabs/aws-encryption-sdk-javascript"
"url": "https://github.com/aws/aws-encryption-sdk-javascript"
},
"license": "Apache-2.0",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion modules/kms-keyring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The AWS Encryption SDK for JavaScript is a client-side encryption library design

## About @aws-crypto/kms-keyring

This packages is not intended for direct use by clients. To get started with the AWS Encryption SDK for JavaScript, follow the instructions in [the README](https://github.com/awslabs/aws-encryption-sdk-javascript/blob/master/README.md).
This packages is not intended for direct use by clients. To get started with the AWS Encryption SDK for JavaScript, follow the instructions in [the README](https://github.com/aws/aws-encryption-sdk-javascript/blob/master/README.md).

## License

Expand Down
2 changes: 1 addition & 1 deletion modules/kms-keyring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": {
"name": "AWS Crypto Tools Team",
"email": "aws-crypto-tools-team@amazon.com",
"url": "https://github.com/awslabs/aws-encryption-sdk-javascript"
"url": "https://github.com/aws/aws-encryption-sdk-javascript"
},
"license": "Apache-2.0",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion modules/material-management-browser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ see the [Developer Guide](https://docs.aws.amazon.com/encryption-sdk/latest/deve
This package should only be used as part of the AWS Encryption SDK for Javascript.
For more information about the packages in this project
and how they can be used together,
see the [main browser package readme](https://github.com/awslabs/aws-encryption-sdk-javascript/blob/master/modules/client-browser/Readme.md)
see the [main browser package readme](https://github.com/aws/aws-encryption-sdk-javascript/blob/master/modules/client-browser/Readme.md)

## Installing

Expand Down
2 changes: 1 addition & 1 deletion modules/material-management-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": {
"name": "AWS Crypto Tools Team",
"email": "aws-cryptools@amazon.com",
"url": "https://github.com/awslabs/aws-encryption-sdk-javascript"
"url": "https://github.com/aws/aws-encryption-sdk-javascript"
},
"license": "Apache-2.0",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion modules/material-management-node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ see the [Developer Guide](https://docs.aws.amazon.com/encryption-sdk/latest/deve
This package should only be used as part of the AWS Encryption SDK for Javascript.
For more information about the packages in this project
and how they can be used together,
see the [main node package readme](https://github.com/awslabs/aws-encryption-sdk-javascript/blob/master/modules/client-node/Readme.md)
see the [main node package readme](https://github.com/aws/aws-encryption-sdk-javascript/blob/master/modules/client-node/Readme.md)

## Installing

Expand Down
2 changes: 1 addition & 1 deletion modules/material-management-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": {
"name": "AWS Crypto Tools Team",
"email": "aws-cryptools@amazon.com",
"url": "https://github.com/awslabs/aws-encryption-sdk-javascript"
"url": "https://github.com/aws/aws-encryption-sdk-javascript"
},
"license": "Apache-2.0",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion modules/material-management/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The AWS Encryption SDK for JavaScript is a client-side encryption library design

## About @aws-crypto/material-management

This packages is not intended for direct use by clients. To get started with the AWS Encryption SDK for JavaScript, follow the instructions in [the README](https://github.com/awslabs/aws-encryption-sdk-javascript/blob/master/README.md).
This packages is not intended for direct use by clients. To get started with the AWS Encryption SDK for JavaScript, follow the instructions in [the README](https://github.com/aws/aws-encryption-sdk-javascript/blob/master/README.md).

## License

Expand Down
2 changes: 1 addition & 1 deletion modules/raw-aes-keyring-browser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ see the [Developer Guide](https://docs.aws.amazon.com/encryption-sdk/latest/deve
This package should only be used as part of the AWS Encryption SDK for Javascript.
For more information about the packages in this project
and how they can be used together,
see the [main browser package readme](https://github.com/awslabs/aws-encryption-sdk-javascript/blob/master/modules/client-browser/Readme.md)
see the [main browser package readme](https://github.com/aws/aws-encryption-sdk-javascript/blob/master/modules/client-browser/Readme.md)

## Installing

Expand Down
2 changes: 1 addition & 1 deletion modules/raw-aes-keyring-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": {
"name": "AWS Crypto Tools Team",
"email": "aws-cryptools@amazon.com",
"url": "https://github.com/awslabs/aws-encryption-sdk-javascript"
"url": "https://github.com/aws/aws-encryption-sdk-javascript"
},
"license": "Apache-2.0",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion modules/raw-aes-keyring-node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ see the [Developer Guide](https://docs.aws.amazon.com/encryption-sdk/latest/deve
This package should only be used as part of the AWS Encryption SDK for Javascript.
For more information about the packages in this project
and how they can be used together,
see the [main node package readme](https://github.com/awslabs/aws-encryption-sdk-javascript/blob/master/modules/client-node/Readme.md)
see the [main node package readme](https://github.com/aws/aws-encryption-sdk-javascript/blob/master/modules/client-node/Readme.md)

## Installing

Expand Down
2 changes: 1 addition & 1 deletion modules/raw-aes-keyring-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": {
"name": "AWS Crypto Tools Team",
"email": "aws-cryptools@amazon.coms",
"url": "https://github.com/awslabs/aws-encryption-sdk-javascript"
"url": "https://github.com/aws/aws-encryption-sdk-javascript"
},
"license": "Apache-2.0",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion modules/raw-keyring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The AWS Encryption SDK for JavaScript is a client-side encryption library design

## About @aws-crypto/raw-keyring

This packages is not intended for direct use by clients. To get started with the AWS Encryption SDK for JavaScript, follow the instructions in [the README](https://github.com/awslabs/aws-encryption-sdk-javascript/blob/master/README.md).
This packages is not intended for direct use by clients. To get started with the AWS Encryption SDK for JavaScript, follow the instructions in [the README](https://github.com/aws/aws-encryption-sdk-javascript/blob/master/README.md).

## License

Expand Down
2 changes: 1 addition & 1 deletion modules/raw-keyring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": {
"name": "AWS Crypto Tools Team",
"email": "aws-crypto-tools-team@amazon.com",
"url": "https://github.com/awslabs/aws-encryption-sdk-javascript"
"url": "https://github.com/aws/aws-encryption-sdk-javascript"
},
"license": "Apache-2.0",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion modules/raw-rsa-keyring-browser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ see the [Developer Guide](https://docs.aws.amazon.com/encryption-sdk/latest/deve
This package should only be used as part of the AWS Encryption SDK for Javascript.
For more information about the packages in this project
and how they can be used together,
see the [main browser package readme](https://github.com/awslabs/aws-encryption-sdk-javascript/blob/master/modules/client-browser/Readme.md)
see the [main browser package readme](https://github.com/aws/aws-encryption-sdk-javascript/blob/master/modules/client-browser/Readme.md)

## Installing

Expand Down
2 changes: 1 addition & 1 deletion modules/raw-rsa-keyring-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": {
"name": "AWS Crypto Tools Team",
"email": "aws-cryptools@amazon.com",
"url": "https://github.com/awslabs/aws-encryption-sdk-javascript"
"url": "https://github.com/aws/aws-encryption-sdk-javascript"
},
"license": "Apache-2.0",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion modules/raw-rsa-keyring-node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ see the [Developer Guide](https://docs.aws.amazon.com/encryption-sdk/latest/deve
This package should only be used as part of the AWS Encryption SDK for Javascript.
For more information about the packages in this project
and how they can be used together,
see the [main node package readme](https://github.com/awslabs/aws-encryption-sdk-javascript/blob/master/modules/client-node/Readme.md)
see the [main node package readme](https://github.com/aws/aws-encryption-sdk-javascript/blob/master/modules/client-node/Readme.md)

## Installing

Expand Down
2 changes: 1 addition & 1 deletion modules/raw-rsa-keyring-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": {
"name": "AWS Crypto Tools Team",
"email": "aws-cryptools@amazon.com",
"url": "https://github.com/awslabs/aws-encryption-sdk-javascript"
"url": "https://github.com/aws/aws-encryption-sdk-javascript"
},
"license": "Apache-2.0",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion modules/serialize/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The AWS Encryption SDK for JavaScript is a client-side encryption library design

## About @aws-crypto/serialize

This packages is not intended for direct use by clients. To get started with the AWS Encryption SDK for JavaScript, follow the instructions in [the README](https://github.com/awslabs/aws-encryption-sdk-javascript/blob/master/README.md).
This packages is not intended for direct use by clients. To get started with the AWS Encryption SDK for JavaScript, follow the instructions in [the README](https://github.com/aws/aws-encryption-sdk-javascript/blob/master/README.md).
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo, s/b "This package is"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will fix in a later PR.


## License

Expand Down
2 changes: 1 addition & 1 deletion modules/serialize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": {
"name": "AWS Crypto Tools Team",
"email": "aws-crypto-tools-team@amazon.com",
"url": "https://github.com/awslabs/aws-encryption-sdk-javascript"
"url": "https://github.com/aws/aws-encryption-sdk-javascript"
},
"license": "Apache-2.0",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion modules/web-crypto-backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The AWS Encryption SDK for JavaScript is a client-side encryption library design

## About @aws-crypto/web-crypto-backend

This packages is not intended for direct use by clients. To get started with the AWS Encryption SDK for JavaScript, follow the instructions in [the README](https://github.com/awslabs/aws-encryption-sdk-javascript/blob/master/README.md).
This packages is not intended for direct use by clients. To get started with the AWS Encryption SDK for JavaScript, follow the instructions in [the README](https://github.com/aws/aws-encryption-sdk-javascript/blob/master/README.md).
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo, s/b "This package is"


## License

Expand Down