diff options
| author | seancad <47405611+seancad@users.noreply.github.com> | 2020-12-15 00:32:46 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-15 08:32:46 +0100 |
| commit | bcf14cf677adb3a38a3ac3ca53f3c69f61153025 (patch) | |
| tree | a5bd94c5b6ac95bbca538966cad96c672c3153be /exercises | |
| parent | 1dae782cd41729fd5a6e204b2cb7eccd6466d0f6 (diff) | |
fix: update structs README
Diffstat (limited to 'exercises')
| -rw-r--r-- | exercises/structs/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/structs/README.md b/exercises/structs/README.md index afbc72c..d2d7dc2 100644 --- a/exercises/structs/README.md +++ b/exercises/structs/README.md @@ -4,4 +4,4 @@ Rust has three struct types: a classic c struct, a tuple struct, and a unit stru #### Book Sections -- [Structures](https://doc.rust-lang.org/rust-by-example/custom_types/structs.html) +- [Structures](https://doc.rust-lang.org/book/ch05-01-defining-structs.html) |
