Skip to content

Commit 95a9088

Browse files
ecstatic-morseRalfJung
authored andcommitted
You can't make an omlette without breaking a few links
1 parent 3a55c85 commit 95a9088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/ptr.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
//! [aliasing]: ../../nomicon/aliasing.html
5151
//! [book]: ../../book/second-edition/ch19-01-unsafe-rust.html#dereferencing-a-raw-pointer
5252
//! [ub]: ../../reference/behavior-considered-undefined.html
53-
//! [`copy`]: ./fn.copy.html
53+
//! [`copy`]: ../../std/ptr/fn.copy.html
5454
//! [`read_unaligned`]: ./fn.read_unaligned.html
5555
//! [`write_unaligned`]: ./fn.write_unaligned.html
5656

0 commit comments

Comments
 (0)