Add CI job to verify that we have no broken links. (#50)
Fix all broken links.
This commit is contained in:
@@ -117,7 +117,7 @@ error[E0308]: mismatched types
|
||||
|
|
||||
```
|
||||
|
||||
We'll see how to convert between types [later in this course](../04_traits/09_from).
|
||||
We'll see how to convert between types [later in this course](../04_traits/09_from.md).
|
||||
|
||||
## References
|
||||
|
||||
@@ -131,8 +131,8 @@ We'll see how to convert between types [later in this course](../04_traits/09_fr
|
||||
|
||||
[^traits]: Rust doesn't let you define custom operators, but it puts you in control of how the built-in operators
|
||||
behave.
|
||||
We'll talk about operator overloading [later in the course](../04_traits/03_operator_overloading), after we've covered traits.
|
||||
We'll talk about operator overloading [later in the course](../04_traits/03_operator_overloading.md), after we've covered traits.
|
||||
|
||||
[^coercion]: There are some exceptions to this rule, mostly related to references, smart pointers and ergonomics. We'll
|
||||
cover those [later on](../04_traits/07_deref).
|
||||
cover those [later on](../04_traits/07_deref.md).
|
||||
A mental model of "all conversions are explicit" will serve you well in the meantime.
|
||||
|
||||
Reference in New Issue
Block a user