Skip to content

Commit

Permalink
docs: fixed examples url (#862)
Browse files Browse the repository at this point in the history
* docs: fixed examples url

* docs: updated README files

* Update CHANGELOG.md

* Update SDK_CHANGELOG.md

Co-authored-by: Russell Cohen <[email protected]>
  • Loading branch information
floric and rcoh authored Nov 15, 2021
1 parent e6600aa commit ee6e210
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ vNext (Month Day, Year)

**TODO Next Release:**
- Update README & aws-sdk-rust CI for MSRV upgrade to 1.54
- Fixed links to Usage Examples (smithy-rs#862, @floric)

**Breaking Changes**

Expand Down
1 change: 1 addition & 0 deletions aws/SDK_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
vNext (Month Day, Year)
=======================
- Update README & aws-sdk-rust CI for MSRV upgrade to 1.54
- Fixed links to Usage Examples (smithy-rs#862, @floric)

**Breaking Changes**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class AwsReadmeDecorator : RustCodegenDecorator {
## Getting Started
> Examples are available for many services and operations, check out the
> [examples folder in GitHub](https://github.com/awslabs/aws-sdk-rust/tree/main/sdk/examples).
> [examples folder in GitHub](https://github.com/awslabs/aws-sdk-rust/tree/main/examples).
The SDK provides one crate per AWS service. You must add [Tokio](https://crates.io/crates/tokio)
as a dependency within your Rust project to execute asynchronous code. To add `$moduleName` to
Expand All @@ -79,7 +79,7 @@ class AwsReadmeDecorator : RustCodegenDecorator {
* [GitHub discussions](https://github.com/awslabs/aws-sdk-rust/discussions) - For ideas, RFCs & general questions
* [GitHub issues](https://github.com/awslabs/aws-sdk-rust/issues/new/choose) – For bug reports & feature requests
* [Generated Docs (latest version)](https://awslabs.github.io/aws-sdk-rust/)
* [Usage examples](https://github.com/awslabs/aws-sdk-rust/tree/main/sdk/examples)
* [Usage examples](https://github.com/awslabs/aws-sdk-rust/tree/main/examples)
## License
Expand Down

0 comments on commit ee6e210

Please sign in to comment.