diff options
| author | Scott McMurray <scottmcm@users.noreply.github.com> | 2018-02-28 23:34:20 -0800 |
|---|---|---|
| committer | Scott McMurray <scottmcm@users.noreply.github.com> | 2018-02-28 23:34:20 -0800 |
| commit | 2ce2b40ee5f847f02d6da1b81f3303b8e8b23531 (patch) | |
| tree | b4f70a63597cd17c62a8473aea819de198a7df93 | |
| parent | fc2e4e7833d3af20ec9cb646fff4f7f5426f10fa (diff) | |
| download | rust-2ce2b40ee5f847f02d6da1b81f3303b8e8b23531.tar.gz rust-2ce2b40ee5f847f02d6da1b81f3303b8e8b23531.zip | |
Fix linkchecker
| -rw-r--r-- | src/libstd/process.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstd/process.rs b/src/libstd/process.rs index 483e58eb0f4..5a06bf45aaa 100644 --- a/src/libstd/process.rs +++ b/src/libstd/process.rs @@ -1089,8 +1089,8 @@ impl fmt::Display for ExitStatus { /// For the platform's canonical successful and unsuccessful codes, see /// the [`SUCCESS`] and [`FAILURE`] associated items. /// -/// [`SUCCESS`]: #constant.SUCCESS -/// [`FAILURE`]: #constant.FAILURE +/// [`SUCCESS`]: #associatedconstant.SUCCESS +/// [`FAILURE`]: #associatedconstant.FAILURE /// /// **Warning**: While various forms of this were discussed in [RFC #1937], /// it was ultimately cut from that RFC, and thus this type is more subject |
