Skip to content

Commit 1ae3acc

Browse files
authored
Use relative link for core::sync::atomic
1 parent 5316050 commit 1ae3acc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/conditional-compilation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ unstable), which additionally require that the primitive integer and atomic have
202202
the same minimum alignment on the given target. No user-visible, stable cfg is
203203
exposed for that method at this time.
204204

205-
[`core::sync::atomic`]: https://doc.rust-lang.org/nightly/core/sync/atomic/index.html
205+
[`core::sync::atomic`]: ../core/sync/atomic/index.html
206206

207207
Possible values:
208208

0 commit comments

Comments
 (0)