]> git.proxmox.com Git - rustc.git/blobdiff - library/core/src/num/shells/i8.rs
Merge tag 'debian/1.52.1+dfsg1-1_exp2' into proxmox/buster
[rustc.git] / library / core / src / num / shells / i8.rs
index b4e0fef61bb289e6d7abbfe812a368f670a6df6a..a7ad9bbbbceb84fb34edf84bcc6818c4c4e58012 100644 (file)
@@ -1,6 +1,6 @@
 //! Constants for the 8-bit signed integer type.
 //!
-//! *[See also the `i8` primitive type](../../std/primitive.i8.html).*
+//! *[See also the `i8` primitive type][i8].*
 //!
 //! New code should use the associated constants directly on the primitive type.