1
Fork 0

Fix up various links

The unstable book, libstd, libcore, and liballoc all needed some
adjustment.
This commit is contained in:
steveklabnik 2017-03-15 12:13:55 -04:00
parent c0e7b16f61
commit d1d9626e75
9 changed files with 20 additions and 20 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/first-edition/method-syntax.html#associated-functions
///
/// # Examples
///