Unverified Commit 62271205 authored by Bin Liu's avatar Bin Liu Committed by GitHub
Browse files

Fix developer guide URL (#1262)

* Update README.md to fix invalid Developer Guide URL

The old guide:
https://github.com/awslabs/aws-sdk-rust/blob/main/Guide.md

has been deleted and changed to:
https://docs.aws.amazon.com/sdk-for-rust/latest/dg/welcome.html

See: https://github.com/awslabs/aws-sdk-rust/pull/325



Signed-off-by: default avatarbin liu <liubin0329@gmail.com>

* Update invalid Developer Guide URL in AwsReadmeDecorator.kt

The old guide:
https://github.com/awslabs/aws-sdk-rust/blob/main/Guide.md

has been deleted and changed to:
https://docs.aws.amazon.com/sdk-for-rust/latest/dg/welcome.html

See: https://github.com/awslabs/aws-sdk-rust/pull/325



Signed-off-by: default avatarbin liu <liubin0329@gmail.com>

* Add fixing Developer Guide link to  CHANGELOG.next.toml

Signed-off-by: default avatarbin liu <liubin0329@gmail.com>

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

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