Unverified Commit ee6e2100 authored by Florian Richter's avatar Florian Richter Committed by GitHub
Browse files

docs: fixed examples url (#862)



* docs: fixed examples url

* docs: updated README files

* Update CHANGELOG.md

* Update SDK_CHANGELOG.md

Co-authored-by: default avatarRussell Cohen <rcoh@amazon.com>
parent e6600aa8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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**

+1 −0
Original line number Diff line number Diff line
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**

+2 −2
Original line number Diff line number Diff line
@@ -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
@@ -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