diff --git a/CHANGELOG.md b/CHANGELOG.md index ec4d3a85aa..c5b690461b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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** diff --git a/aws/SDK_CHANGELOG.md b/aws/SDK_CHANGELOG.md index d45ba06eab..fb7861ef5b 100644 --- a/aws/SDK_CHANGELOG.md +++ b/aws/SDK_CHANGELOG.md @@ -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** diff --git a/aws/sdk-codegen/src/main/kotlin/software/amazon/smithy/rustsdk/AwsReadmeDecorator.kt b/aws/sdk-codegen/src/main/kotlin/software/amazon/smithy/rustsdk/AwsReadmeDecorator.kt index 497990234d..2c2edf7a3c 100644 --- a/aws/sdk-codegen/src/main/kotlin/software/amazon/smithy/rustsdk/AwsReadmeDecorator.kt +++ b/aws/sdk-codegen/src/main/kotlin/software/amazon/smithy/rustsdk/AwsReadmeDecorator.kt @@ -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