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
|
@ -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
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue