We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc2e4e7 commit 2ce2b40Copy full SHA for 2ce2b40
src/libstd/process.rs
@@ -1089,8 +1089,8 @@ impl fmt::Display for ExitStatus {
1089
/// For the platform's canonical successful and unsuccessful codes, see
1090
/// the [`SUCCESS`] and [`FAILURE`] associated items.
1091
///
1092
-/// [`SUCCESS`]: #constant.SUCCESS
1093
-/// [`FAILURE`]: #constant.FAILURE
+/// [`SUCCESS`]: #associatedconstant.SUCCESS
+/// [`FAILURE`]: #associatedconstant.FAILURE
1094
1095
/// **Warning**: While various forms of this were discussed in [RFC #1937],
1096
/// it was ultimately cut from that RFC, and thus this type is more subject
0 commit comments