Skip to content

Commit 4b12ff9

Browse files
doc: fix GlobalContext reference
Signed-off-by: Emmanuel Ferdman <[email protected]>
1 parent 3728f06 commit 4b12ff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if they are unable to be displayed. This is generally automatically handled in
1717
the [`JobQueue`] as it processes each message.
1818

1919
[`Shell`]: https://github.com/rust-lang/cargo/blob/master/src/cargo/core/shell.rs
20-
[`GlobalContext`]: https://github.com/rust-lang/cargo/blob/master/src/cargo/util/config/mod.rs
20+
[`GlobalContext`]: https://github.com/rust-lang/cargo/blob/master/src/cargo/util/context/mod.rs
2121
[`drop_print`]: https://github.com/rust-lang/cargo/blob/e4b65bdc80f2a293447f2f6a808fa7c84bf9a357/src/cargo/util/config/mod.rs#L1820-L1848
2222
[`JobQueue`]: https://github.com/rust-lang/cargo/blob/master/src/cargo/core/compiler/job_queue/mod.rs
2323

0 commit comments

Comments
 (0)