diff options
| author | Michael Huynh <miqid@outlook.com> | 2016-03-01 20:44:48 +0800 |
|---|---|---|
| committer | Michael Huynh <miqid@outlook.com> | 2016-03-01 20:44:48 +0800 |
| commit | dc97f84be448bd388a2d4a13f7ed88c5f90b09c8 (patch) | |
| tree | 2c6b3150f42833a120f2dbf02f8fac12e01f3298 /src/libcore/num/u64.rs | |
| parent | 776a0f2ceed44bad8c319657202208550896ac98 (diff) | |
| download | rust-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/num/u64.rs')
| -rw-r--r-- | src/libcore/num/u64.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/num/u64.rs b/src/libcore/num/u64.rs index e12c2c26542..8dfe4335a3d 100644 --- a/src/libcore/num/u64.rs +++ b/src/libcore/num/u64.rs @@ -10,7 +10,7 @@ //! The 64-bit unsigned integer type. //! -//! *[See also the `u64` primitive type](../primitive.u64.html).* +//! *[See also the `u64` primitive type](../../std/primitive.u64.html).* #![stable(feature = "rust1", since = "1.0.0")] |
