Skip to content

Commit 795db4c

Browse files
committed
Fix broken links in Thread docs.
1 parent dd53dd5 commit 795db4c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/libstd/thread/mod.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -896,6 +896,9 @@ struct Inner {
896896
/// docs of [`Builder`] and [`spawn`] for more details.
897897
///
898898
/// [`Builder`]: ../../std/thread/struct.Builder.html
899+
/// [`JoinHandle::thread`]: ../../std/thread/struct.JoinHandle.html#method.thread
900+
/// [`JoinHandle`]: ../../std/thread/struct.JoinHandle.html
901+
/// [`thread::current`]: ../../std/thread/fn.current.html
899902
/// [`spawn`]: ../../std/thread/fn.spawn.html
900903
901904
pub struct Thread {

0 commit comments

Comments
 (0)