Skip to content

Commit 7440fab

Browse files
Fix some broken doc links (zesterer#157)
1 parent 2cc9ee6 commit 7440fab

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/mutex.rs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
//!
77
//! `ticket_mutex` is disabled by default.
88
//!
9-
//! [`Mutex`]: ../struct.Mutex.html
10-
//! [`MutexGuard`]: ../struct.MutexGuard.html
11-
//! [`TicketMutex`]: ./struct.TicketMutex.html
12-
//! [`TicketMutexGuard`]: ./struct.TicketMutexGuard.html
13-
//! [`SpinMutex`]: ./struct.SpinMutex.html
14-
//! [`SpinMutexGuard`]: ./struct.SpinMutexGuard.html
9+
//! [`Mutex`]: ./struct.Mutex.html
10+
//! [`MutexGuard`]: ./struct.MutexGuard.html
11+
//! [`TicketMutex`]: ./ticket/struct.TicketMutex.html
12+
//! [`TicketMutexGuard`]: ./ticket/struct.TicketMutexGuard.html
13+
//! [`SpinMutex`]: ./spin/struct.SpinMutex.html
14+
//! [`SpinMutexGuard`]: ./spin/struct.SpinMutexGuard.html
1515
1616
#[cfg(feature = "spin_mutex")]
1717
#[cfg_attr(docsrs, doc(cfg(feature = "spin_mutex")))]

0 commit comments

Comments
 (0)