diff --git a/CHANGELOG.next.toml b/CHANGELOG.next.toml index 72d79628e76b1b5015b580b8725d9944ff8014ef..a820b90ca7e00f794940d99328371e28876898ba 100644 --- a/CHANGELOG.next.toml +++ b/CHANGELOG.next.toml @@ -10,3 +10,15 @@ # references = ["smithy-rs#920"] # meta = { "breaking" = false, "tada" = false, "bug" = false } # author = "rcoh" + +[[smithy-rs]] +message = "Fix link to Developer Guide in crate's README.md" +references = ["smithy-rs#1262"] +meta = { "breaking" = false, "tada" = false, "bug" = false } +author = "liubin" + +[[aws-sdk-rust]] +message = "Fix link to Developer Guide in crate's README.md" +references = ["smithy-rs#1262"] +meta = { "breaking" = false, "tada" = false, "bug" = false } +author = "liubin" diff --git a/aws/rust-runtime/aws-config/README.md b/aws/rust-runtime/aws-config/README.md index d14eff55843f7cea4ea0f40d8cee9cb8b992582f..dde5c865afc6a996b51e938c9c6780efe95de6e2 100644 --- a/aws/rust-runtime/aws-config/README.md +++ b/aws/rust-runtime/aws-config/README.md @@ -46,7 +46,7 @@ tokio = { version = "1", features = ["full"] } ## Using the SDK -Until the SDK is released, we will be adding information about using the SDK to the [Guide]. Feel free to suggest additional sections for the guide by opening an issue and describing what you are trying to do. +Until the SDK is released, we will be adding information about using the SDK to the [Developer Guide](https://docs.aws.amazon.com/sdk-for-rust/latest/dg/welcome.html). Feel free to suggest additional sections for the guide by opening an issue and describing what you are trying to do. ## Getting Help 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 91953af765a92f042314da0e7f91d29c3d40db14..485b90b1881fb0cdded193d7b8d9d8a1aa6cef67 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 @@ -71,7 +71,7 @@ class AwsReadmeDecorator : RustCodegenDecorator { ## Using the SDK Until the SDK is released, we will be adding information about using the SDK to the - [Guide](https://github.com/awslabs/aws-sdk-rust/blob/main/Guide.md). Feel free to suggest + [Developer Guide](https://docs.aws.amazon.com/sdk-for-rust/latest/dg/welcome.html). Feel free to suggest additional sections for the guide by opening an issue and describing what you are trying to do. ## Getting Help