1
Fork 0

Fix up links

mdbook and rustdoc generate links differently, so we need to change all
these links.
This commit is contained in:
Steve Klabnik 2017-02-10 15:12:59 -05:00
parent 775726092e
commit 7f1d1c6d9a
27 changed files with 96 additions and 96 deletions

View file

@ -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
///