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

@@ -25,7 +25,7 @@
/// Book][moreinfo] contains more details about the precise nature of
/// these internals.
///
/// [moreinfo]: ../../book/trait-objects.html#representation
/// [moreinfo]: ../../book/trait-objects.html#Representation
///
/// `TraitObject` is guaranteed to match layouts, but it is not the
/// type of trait objects (e.g. the fields are not directly accessible