]> git.proxmox.com Git - rustc.git/blobdiff - src/libcore/num/u8.rs
Imported Upstream version 1.9.0+dfsg1
[rustc.git] / src / libcore / num / u8.rs
index 0eb63bd9f3a9d863b74a7951958915e2bdab935a..0106ee8e401c9cb4f64cd8e2572f9fdab29e8733 100644 (file)
@@ -10,7 +10,7 @@
 
 //! The 8-bit unsigned integer type.
 //!
-//! *[See also the `u8` primitive type](../primitive.u8.html).*
+//! *[See also the `u8` primitive type](../../std/primitive.u8.html).*
 
 #![stable(feature = "rust1", since = "1.0.0")]