Skip to content

Commit 5f3a9d1

Browse files
committed
Auto merge of #11317 - krtab:fix_broken_link_cargo_compile, r=weihanglo
Fix broken link to compilation entry point A dead link was pointing to `cargo_compile.rs` instead of `cargo_compile/mod.rs`. Cf: 886c9d2
2 parents 9e71316 + 0665777 commit 5f3a9d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/contrib/src/architecture/codebase.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This is a very high-level overview of the Cargo codebase.
1212
— Every major operation is implemented here. This is where the binary CLI
1313
usually calls into to perform the appropriate action.
1414

15-
* [`src/cargo/ops/cargo_compile.rs`](https://github.com/rust-lang/cargo/blob/master/src/cargo/ops/cargo_compile.rs)
15+
* [`src/cargo/ops/cargo_compile/mod.rs`](https://github.com/rust-lang/cargo/blob/master/src/cargo/ops/cargo_compile/mod.rs)
1616
— This is the entry point for all the compilation commands. This is a
1717
good place to start if you want to follow how compilation starts and
1818
flows to completion.

0 commit comments

Comments
 (0)