Skip to content

Commit 0665777

Browse files
committed
Fix broken link to compilation entry point
Was cargo_compile.rs instead of cargo_compile/mod.rs Cf: 886c9d2
1 parent da20496 commit 0665777

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)