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.
This commit is contained in:
Michael Huynh
2016-03-01 20:44:48 +08:00
parent 776a0f2cee
commit dc97f84be4
12 changed files with 12 additions and 12 deletions

View File

@@ -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")]