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

@ -102,7 +102,7 @@ const MAX_REFCOUNT: usize = (isize::MAX) as usize;
/// [downgrade]: struct.Arc.html#method.downgrade
/// [upgrade]: struct.Weak.html#method.upgrade
/// [`None`]: ../../std/option/enum.Option.html#variant.None
/// [assoc]: ../../book/method-syntax.html#associated-functions
/// [assoc]: ../../book/method-syntax.html#Associated%20functions
///
/// # Examples
///