Skip to content

Commit

Permalink
Fix broken link on example's smithy model (#3725)
Browse files Browse the repository at this point in the history
## Motivation and Context
<!--- Why is this change required? What problem does it solve? -->
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._

Co-authored-by: Zelda Hessler <[email protected]>
  • Loading branch information
Rbatistab and Velfi authored Jul 1, 2024
1 parent 7299cdd commit 84fbadc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ installation of Rust, including `cargo`, to compile the generated code.
## Building

Since these examples require both the server and client SDK to be code-generated
from their [model](/codegen-server-test/model/pokemon.smithy), a Makefile is
from their [model](/codegen-core/common-test-models/pokemon.smithy), a Makefile is
provided to build and run the service. Just run `make` to prepare the first
build.

Expand Down

0 comments on commit 84fbadc

Please sign in to comment.