File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[
22 {
3- "url" : " https://learning-rust.github.io/docs/b2. structs.html#Tuple -structs" ,
3+ "url" : " https://learning-rust.github.io/docs/structs/#tuple -structs" ,
44 "description" : " more information about tuple structs"
55 },
66 {
77 "url" : " https://doc.rust-lang.org/stable/rust-by-example/custom_types/structs.html" ,
88 "description" : " examples of tuple and unit structs"
99 },
1010 {
11- "url" : " https://learning-rust.github.io/docs/b2. structs.html#C -like-structs" ,
11+ "url" : " https://learning-rust.github.io/docs/structs/#c -like-structs" ,
1212 "description" : " good overview of the different types of structs and their syntax"
1313 }
1414]
Original file line number Diff line number Diff line change 3030
3131### Hints
3232
33- - [ https://learning-rust.github.io/docs/b2. structs.html#C -like-structs ] ( https://learning-rust.github.io/docs/b2. structs.html#C -like-structs )
33+ - [ https://learning-rust.github.io/docs/structs/#c -like-structs ] ( https://learning-rust.github.io/docs/structs/#c -like-structs )
3434- [ https://doc.rust-lang.org/book/ch05-01-defining-structs.html ] ( https://doc.rust-lang.org/book/ch05-01-defining-structs.html )
3535- [ https://doc.rust-lang.org/book/ch05-03-method-syntax.html ] ( https://doc.rust-lang.org/book/ch05-03-method-syntax.html )
3636
3737### After
3838
39- - [ https://learning-rust.github.io/docs/b2. structs.html#C-like- structs ] ( https://learning-rust.github.io/docs/b2. structs.html#Tuple -structs )
39+ - [ https://learning-rust.github.io/docs/structs/#tuple- structs ] ( https://learning-rust.github.io/docs/structs/#tuple -structs )
4040- [ https://doc.rust-lang.org/stable/rust-by-example/custom_types/structs.html ] ( https://doc.rust-lang.org/stable/rust-by-example/custom_types/structs.html )
4141
4242## Representer
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ The concepts this exercise unlocks are:
3434
3535- < https://doc.rust-lang.org/std/option/ >
3636- < https://doc.rust-lang.org/rust-by-example/std/option.html >
37- - < https://learning-rust.github.io/docs/e3.option_and_result.html >
37+ - < https://learning-rust.github.io/docs/option-and-result/ >
3838- [ The Billion-Dollar Mistake] ( https://www.infoq.com/presentations/Null-References-The-Billion-Dollar-Mistake-Tony-Hoare/ )
3939
4040### After
You can’t perform that action at this time.
0 commit comments