Skip to content

Commit 87871cc

Browse files
committed
Auto merge of #12002 - ehuss:fix-contrib-links, r=weihanglo
Fix broken links in contributor guide. These modules were recently moved to a new location.
2 parents a3672a3 + 435994f commit 87871cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/doc/contrib/src/implementation/console.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ the [`JobQueue`] as it processes each message.
1919
[`Shell`]: https://github.com/rust-lang/cargo/blob/master/src/cargo/core/shell.rs
2020
[`Config`]: https://github.com/rust-lang/cargo/blob/master/src/cargo/util/config/mod.rs
2121
[`drop_print`]: https://github.com/rust-lang/cargo/blob/e4b65bdc80f2a293447f2f6a808fa7c84bf9a357/src/cargo/util/config/mod.rs#L1820-L1848
22-
[`JobQueue`]: https://github.com/rust-lang/cargo/blob/master/src/cargo/core/compiler/job_queue.rs
22+
[`JobQueue`]: https://github.com/rust-lang/cargo/blob/master/src/cargo/core/compiler/job_queue/mod.rs
2323

2424
## Errors
2525

src/doc/contrib/src/implementation/filesystem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ its best to handle them. Some examples of issues to deal with:
1717
fractional part of the time stamp.
1818
* Symlinks are not always supported, particularly on Windows.
1919

20-
[`fingerprint`]: https://github.com/rust-lang/cargo/blob/master/src/cargo/core/compiler/fingerprint.rs
20+
[`fingerprint`]: https://github.com/rust-lang/cargo/blob/master/src/cargo/core/compiler/fingerprint/mod.rs
2121
[`fs::canonicalize`]: https://doc.rust-lang.org/std/fs/fn.canonicalize.html

0 commit comments

Comments
 (0)