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 @@
//! up to a certain length. Eventually we should able to generalize
//! to all lengths.
//!
//! *[See also the array primitive type](../primitive.array.html).*
//! *[See also the array primitive type](../../std/primitive.array.html).*
#![unstable(feature = "fixed_size_array",
reason = "traits and impls are better expressed through generic \