From dc97f84be448bd388a2d4a13f7ed88c5f90b09c8 Mon Sep 17 00:00:00 2001 From: Michael Huynh Date: Tue, 1 Mar 2016 20:44:48 +0800 Subject: 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. --- src/libcore/array.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libcore/array.rs') diff --git a/src/libcore/array.rs b/src/libcore/array.rs index 0c5eada2165..45fc5ff8009 100644 --- a/src/libcore/array.rs +++ b/src/libcore/array.rs @@ -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 \ -- cgit 1.4.1-3-g733a5