Skip to content

Commit d73b30b

Browse files
committed
Use intra-doc link in core::cell
1 parent 9942cf5 commit d73b30b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/cell.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
//! [`Rc<T>`]: ../../std/rc/struct.Rc.html
189189
//! [`RwLock<T>`]: ../../std/sync/struct.RwLock.html
190190
//! [`Mutex<T>`]: ../../std/sync/struct.Mutex.html
191-
//! [`atomic`]: ../../core/sync/atomic/index.html
191+
//! [`atomic`]: crate::sync::atomic
192192
193193
#![stable(feature = "rust1", since = "1.0.0")]
194194

0 commit comments

Comments
 (0)