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 1
1
[
2
2
{
3
- "url" : " https://learning-rust.github.io/docs/b2. structs.html#Tuple -structs" ,
3
+ "url" : " https://learning-rust.github.io/docs/structs/#tuple -structs" ,
4
4
"description" : " more information about tuple structs"
5
5
},
6
6
{
7
7
"url" : " https://doc.rust-lang.org/stable/rust-by-example/custom_types/structs.html" ,
8
8
"description" : " examples of tuple and unit structs"
9
9
},
10
10
{
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" ,
12
12
"description" : " good overview of the different types of structs and their syntax"
13
13
}
14
14
]
Original file line number Diff line number Diff line change 30
30
31
31
### Hints
32
32
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 )
34
34
- [ https://doc.rust-lang.org/book/ch05-01-defining-structs.html ] ( https://doc.rust-lang.org/book/ch05-01-defining-structs.html )
35
35
- [ https://doc.rust-lang.org/book/ch05-03-method-syntax.html ] ( https://doc.rust-lang.org/book/ch05-03-method-syntax.html )
36
36
37
37
### After
38
38
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 )
40
40
- [ 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 )
41
41
42
42
## Representer
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ The concepts this exercise unlocks are:
34
34
35
35
- < https://doc.rust-lang.org/std/option/ >
36
36
- < 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/ >
38
38
- [ The Billion-Dollar Mistake] ( https://www.infoq.com/presentations/Null-References-The-Billion-Dollar-Mistake-Tony-Hoare/ )
39
39
40
40
### After
You can’t perform that action at this time.
0 commit comments