Skip to content

Commit 14a12fb

Browse files
authored
Rollup merge of #83440 - fee1-dead:core-cell-intralink, r=jyn514
Use intra-doc link in core::cell `@rustbot` label T-doc A-intra-doc-links r? `@jyn514`
2 parents 26004b3 + c0fe54f commit 14a12fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/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)