Skip to content

Commit

Permalink
Fix broken doc link reference
Browse files Browse the repository at this point in the history
  • Loading branch information
starthal committed Mar 20, 2021
1 parent b6a12d5 commit 3855597
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/std/src/keyword_docs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1031,10 +1031,10 @@ mod mod_keyword {}
/// };
/// ```
///
/// For more information on the `move` keyword, see the [closures] section
/// For more information on the `move` keyword, see the [closures][closure] section
/// of the Rust book or the [threads] section.
///
/// [closures]: ../book/ch13-01-closures.html
/// [closure]: ../book/ch13-01-closures.html
/// [threads]: ../book/ch16-01-threads.html#using-move-closures-with-threads
mod move_keyword {}

Expand Down

0 comments on commit 3855597

Please sign in to comment.