From 95a9088603368fb8f80a1841bc8ddb20509cfd45 Mon Sep 17 00:00:00 2001 From: Dylan MacKenzie Date: Sun, 17 Jun 2018 10:44:29 -0700 Subject: [PATCH] You can't make an omlette without breaking a few links --- src/libcore/ptr.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libcore/ptr.rs b/src/libcore/ptr.rs index ee209b9ccca..c79c0129f14 100644 --- a/src/libcore/ptr.rs +++ b/src/libcore/ptr.rs @@ -50,7 +50,7 @@ //! [aliasing]: ../../nomicon/aliasing.html //! [book]: ../../book/second-edition/ch19-01-unsafe-rust.html#dereferencing-a-raw-pointer //! [ub]: ../../reference/behavior-considered-undefined.html -//! [`copy`]: ./fn.copy.html +//! [`copy`]: ../../std/ptr/fn.copy.html //! [`read_unaligned`]: ./fn.read_unaligned.html //! [`write_unaligned`]: ./fn.write_unaligned.html