]> git.proxmox.com Git - rustc.git/blobdiff - library/core/src/num/shells/i32.rs
New upstream version 1.52.0~beta.3+dfsg1
[rustc.git] / library / core / src / num / shells / i32.rs
index fce6980f4567949331b33db7a7d4b34ba77b5450..bb70751d8ca1aed0df6f983dcb6b93884fccb917 100644 (file)
@@ -1,6 +1,6 @@
 //! Constants for the 32-bit signed integer type.
 //!
-//! *[See also the `i32` primitive type](../../std/primitive.i32.html).*
+//! *[See also the `i32` primitive type][i32].*
 //!
 //! New code should use the associated constants directly on the primitive type.