Skip to content

Commit 2ce2b40

Browse files
committed
Fix linkchecker
1 parent fc2e4e7 commit 2ce2b40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libstd/process.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1089,8 +1089,8 @@ impl fmt::Display for ExitStatus {
10891089
/// For the platform's canonical successful and unsuccessful codes, see
10901090
/// the [`SUCCESS`] and [`FAILURE`] associated items.
10911091
///
1092-
/// [`SUCCESS`]: #constant.SUCCESS
1093-
/// [`FAILURE`]: #constant.FAILURE
1092+
/// [`SUCCESS`]: #associatedconstant.SUCCESS
1093+
/// [`FAILURE`]: #associatedconstant.FAILURE
10941094
///
10951095
/// **Warning**: While various forms of this were discussed in [RFC #1937],
10961096
/// it was ultimately cut from that RFC, and thus this type is more subject

0 commit comments

Comments
 (0)