smithy-lang / smithy-rs

Code generation for the AWS SDK for Rust, as well as server and generic smithy client generation.
Apache License 2.0
467 stars 183 forks source link

Fix broken link on example's smithy model #3725

Open Rbatistab opened 3 days ago

Rbatistab commented 3 days ago

Motivation and Context

There's a broken link on the Readme of the example: https://github.com/smithy-lang/smithy-rs/blob/main/examples/README.md?plain=1#L34

Description

Fix the link to point to the common-test models instead: https://github.com/smithy-lang/smithy-rs/blob/main/codegen-core/common-test-models/pokemon.smithy

Testing

Readme update, no testing

Checklist

None

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.