about summary refs log tree commit diff
path: root/src/libcore/ptr.rs
diff options
context:
space:
mode:
authorMichael Huynh <miqid@outlook.com>2016-03-01 20:44:48 +0800
committerMichael Huynh <miqid@outlook.com>2016-03-01 20:44:48 +0800
commitdc97f84be448bd388a2d4a13f7ed88c5f90b09c8 (patch)
tree2c6b3150f42833a120f2dbf02f8fac12e01f3298 /src/libcore/ptr.rs
parent776a0f2ceed44bad8c319657202208550896ac98 (diff)
downloadrust-dc97f84be448bd388a2d4a13f7ed88c5f90b09c8.tar.gz
rust-dc97f84be448bd388a2d4a13f7ed88c5f90b09c8.zip
Fix broken links for core primitives
Redirects existing links for more details on primitive types in the
`core` module to the ones that exist in the `std` module.
Diffstat (limited to 'src/libcore/ptr.rs')
-rw-r--r--src/libcore/ptr.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/ptr.rs b/src/libcore/ptr.rs
index f871857dab6..f9f5cbf1078 100644
--- a/src/libcore/ptr.rs
+++ b/src/libcore/ptr.rs
@@ -12,7 +12,7 @@
 
 //! Raw, unsafe pointers, `*const T`, and `*mut T`
 //!
-//! *[See also the pointer primitive types](../primitive.pointer.html).*
+//! *[See also the pointer primitive types](../../std/primitive.pointer.html).*
 
 #![stable(feature = "rust1", since = "1.0.0")]