Skip to content

Commit

Permalink
Auto merge of #12002 - ehuss:fix-contrib-links, r=weihanglo
Browse files Browse the repository at this point in the history
Fix broken links in contributor guide.

These modules were recently moved to a new location.
  • Loading branch information
bors committed Apr 20, 2023
2 parents a3672a3 + 435994f commit 87871cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/doc/contrib/src/implementation/console.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ the [`JobQueue`] as it processes each message.
[`Shell`]: https://github.com/rust-lang/cargo/blob/master/src/cargo/core/shell.rs
[`Config`]: https://github.com/rust-lang/cargo/blob/master/src/cargo/util/config/mod.rs
[`drop_print`]: https://github.com/rust-lang/cargo/blob/e4b65bdc80f2a293447f2f6a808fa7c84bf9a357/src/cargo/util/config/mod.rs#L1820-L1848
[`JobQueue`]: https://github.com/rust-lang/cargo/blob/master/src/cargo/core/compiler/job_queue.rs
[`JobQueue`]: https://github.com/rust-lang/cargo/blob/master/src/cargo/core/compiler/job_queue/mod.rs

## Errors

Expand Down
2 changes: 1 addition & 1 deletion src/doc/contrib/src/implementation/filesystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ its best to handle them. Some examples of issues to deal with:
fractional part of the time stamp.
* Symlinks are not always supported, particularly on Windows.

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

0 comments on commit 87871cc

Please sign in to comment.