Fix up links
mdbook and rustdoc generate links differently, so we need to change all these links.
This commit is contained in:
parent
775726092e
commit
7f1d1c6d9a
27 changed files with 96 additions and 96 deletions
|
@ -490,7 +490,7 @@ mod prim_str { }
|
|||
/// assert_eq!(tuple.2, 'c');
|
||||
/// ```
|
||||
///
|
||||
/// For more about tuples, see [the book](../book/primitive-types.html#tuples).
|
||||
/// For more about tuples, see [the book](../book/primitive-types.html#Tuples).
|
||||
///
|
||||
/// # Trait implementations
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue