Skip to content

Commit bcf14cf

Browse files
authored
fix: update structs README
1 parent 1dae782 commit bcf14cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/structs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ Rust has three struct types: a classic c struct, a tuple struct, and a unit stru
44

55
#### Book Sections
66

7-
- [Structures](https://doc.rust-lang.org/rust-by-example/custom_types/structs.html)
7+
- [Structures](https://doc.rust-lang.org/book/ch05-01-defining-structs.html)

0 commit comments

Comments
 (0)