Skip to content

Commit e7c0979

Browse files
committed
Update links to use aws org instead of awslabs
1 parent d3ee58a commit e7c0979

18 files changed

Lines changed: 30 additions & 30 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ If you discover a potential security issue in this project we ask that you notif
5656

5757
## Licensing
5858

59-
See the [LICENSE](https://github.com/awslabs/aws-sdk-python/blob/develop/LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
59+
See the [LICENSE](https://github.com/aws/aws-sdk-python/blob/develop/LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![Apache 2 licensed][apache-badge]][apache-url]
33

44
[apache-badge]: https://img.shields.io/badge/license-APACHE2-blue.svg
5-
[apache-url]: https://github.com/awslabs/aws-sdk-python/blob/main/LICENSE
5+
[apache-url]: https://github.com/aws/aws-sdk-python/blob/main/LICENSE
66

77
This repository contains experimental async clients for the AWS SDK for Python.
88
These new clients will allow you to interact with select AWS services that can
@@ -26,12 +26,12 @@ The SDK uses **GitHub Issues** to track feature requests and issues with the SDK
2626
we intend to use **GitHub Projects** to provide a high level overview of our roadmap and the
2727
features we are actively working on.
2828

29-
You can provide feedback or report a bug by submitting an [issue](https://github.com/awslabs/aws-sdk-python/issues/new/choose).
29+
You can provide feedback or report a bug by submitting an [issue](https://github.com/aws/aws-sdk-python/issues/new/choose).
3030
This is the preferred mechanism to give feedback so that other users can engage in the conversation, +1 issues, etc.
3131

3232
## Security
3333

34-
See [CONTRIBUTING](https://github.com/awslabs/aws-sdk-python/blob/develop/CONTRIBUTING.md#security-issue-notifications) for more information.
34+
See [CONTRIBUTING](https://github.com/aws/aws-sdk-python/blob/develop/CONTRIBUTING.md#security-issue-notifications) for more information.
3535

3636
## License
3737

clients/aws-sdk-bedrock-runtime/.changes/0.1.1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
{
1212
"type": "enhancement",
13-
"description": "Improvements to the underlying AWS CRT HTTP client result in a significant decrease in CPU usage. Addresses [aws-sdk-python#11](https://github.com/awslabs/aws-sdk-python/issues/11)."
13+
"description": "Improvements to the underlying AWS CRT HTTP client result in a significant decrease in CPU usage. Addresses [aws-sdk-python#11](https://github.com/aws/aws-sdk-python/issues/11)."
1414
},
1515
{
1616
"type": "dependency",

clients/aws-sdk-bedrock-runtime/.changes/0.4.0.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
{
1616
"type": "enhancement",
17-
"description": "Update package docstrings from Sphinx style to Google style for improved readability and consistency with Python community standards. ([#48](https://github.com/awslabs/aws-sdk-python/pull/48))"
17+
"description": "Update package docstrings from Sphinx style to Google style for improved readability and consistency with Python community standards. ([#48](https://github.com/aws/aws-sdk-python/pull/48))"
1818
}
1919
]
2020
}

clients/aws-sdk-bedrock-runtime/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
### Enhancements
4040
* Re-generated with smithy-python 0.3.0
41-
* Update package docstrings from Sphinx style to Google style for improved readability and consistency with Python community standards. ([#48](https://github.com/awslabs/aws-sdk-python/pull/48))
41+
* Update package docstrings from Sphinx style to Google style for improved readability and consistency with Python community standards. ([#48](https://github.com/aws/aws-sdk-python/pull/48))
4242

4343
## v0.3.0
4444

@@ -81,7 +81,7 @@
8181
* Removed unused `serialize.py` and `deserialize.py` modules.
8282

8383
### Enhancements
84-
* Improvements to the underlying AWS CRT HTTP client result in a significant decrease in CPU usage. Addresses [aws-sdk-python#11](https://github.com/awslabs/aws-sdk-python/issues/11).
84+
* Improvements to the underlying AWS CRT HTTP client result in a significant decrease in CPU usage. Addresses [aws-sdk-python#11](https://github.com/aws/aws-sdk-python/issues/11).
8585

8686
### Dependencies
8787
* **Updated**: `smithy_http[awscrt]` from `~=0.1.0` to `~=0.2.0`.

clients/aws-sdk-bedrock-runtime/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ Changes may result in breaking changes prior to the release of version
88

99
Documentation is available in the `/docs` directory of this package.
1010
Pages can be built into portable HTML files for the time being. You can
11-
follow the instructions in the docs [README.md](https://github.com/awslabs/aws-sdk-python/blob/main/clients/aws-sdk-bedrock-runtime/docs/README.md).
11+
follow the instructions in the docs [README.md](https://github.com/aws/aws-sdk-python/blob/main/clients/aws-sdk-bedrock-runtime/docs/README.md).
1212

13-
For high-level documentation, you can view the [`dev-guide`](https://github.com/awslabs/aws-sdk-python/tree/main/dev-guide) at the top level of this repo.
13+
For high-level documentation, you can view the [`dev-guide`](https://github.com/aws/aws-sdk-python/tree/main/dev-guide) at the top level of this repo.

clients/aws-sdk-connecthealth/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ Changes may result in breaking changes prior to the release of version
99

1010
Documentation is available in the `/docs` directory of this package.
1111
Pages can be built into portable HTML files for the time being. You can
12-
follow the instructions in the docs [README.md](https://github.com/awslabs/aws-sdk-python/blob/main/clients/aws-sdk-connecthealth/docs/README.md).
12+
follow the instructions in the docs [README.md](https://github.com/aws/aws-sdk-python/blob/main/clients/aws-sdk-connecthealth/docs/README.md).
1313

14-
For high-level documentation, you can view the [`dev-guide`](https://github.com/awslabs/aws-sdk-python/tree/main/dev-guide) at the top level of this repo.
14+
For high-level documentation, you can view the [`dev-guide`](https://github.com/aws/aws-sdk-python/tree/main/dev-guide) at the top level of this repo.

clients/aws-sdk-lex-runtime-v2/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ Changes may result in breaking changes prior to the release of version
99

1010
Documentation is available in the `/docs` directory of this package.
1111
Pages can be built into portable HTML files for the time being. You can
12-
follow the instructions in the docs [README.md](https://github.com/awslabs/aws-sdk-python/blob/main/clients/aws-sdk-lex-runtime-v2/docs/README.md).
12+
follow the instructions in the docs [README.md](https://github.com/aws/aws-sdk-python/blob/main/clients/aws-sdk-lex-runtime-v2/docs/README.md).
1313

14-
For high-level documentation, you can view the [`dev-guide`](https://github.com/awslabs/aws-sdk-python/tree/main/dev-guide) at the top level of this repo.
14+
For high-level documentation, you can view the [`dev-guide`](https://github.com/aws/aws-sdk-python/tree/main/dev-guide) at the top level of this repo.

clients/aws-sdk-polly/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ Changes may result in breaking changes prior to the release of version
99

1010
Documentation is available in the `/docs` directory of this package.
1111
Pages can be built into portable HTML files for the time being. You can
12-
follow the instructions in the docs [README.md](https://github.com/awslabs/aws-sdk-python/blob/main/clients/aws-sdk-polly/docs/README.md).
12+
follow the instructions in the docs [README.md](https://github.com/aws/aws-sdk-python/blob/main/clients/aws-sdk-polly/docs/README.md).
1313

14-
For high-level documentation, you can view the [`dev-guide`](https://github.com/awslabs/aws-sdk-python/tree/main/dev-guide) at the top level of this repo.
14+
For high-level documentation, you can view the [`dev-guide`](https://github.com/aws/aws-sdk-python/tree/main/dev-guide) at the top level of this repo.

clients/aws-sdk-qbusiness/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ Changes may result in breaking changes prior to the release of version
99

1010
Documentation is available in the `/docs` directory of this package.
1111
Pages can be built into portable HTML files for the time being. You can
12-
follow the instructions in the docs [README.md](https://github.com/awslabs/aws-sdk-python/blob/main/clients/aws-sdk-qbusiness/docs/README.md).
12+
follow the instructions in the docs [README.md](https://github.com/aws/aws-sdk-python/blob/main/clients/aws-sdk-qbusiness/docs/README.md).
1313

14-
For high-level documentation, you can view the [`dev-guide`](https://github.com/awslabs/aws-sdk-python/tree/main/dev-guide) at the top level of this repo.
14+
For high-level documentation, you can view the [`dev-guide`](https://github.com/aws/aws-sdk-python/tree/main/dev-guide) at the top level of this repo.

0 commit comments

Comments
 (0)