Skip to content

Commit fea514a

Browse files
committed
Use relative links for links to repository itself
1 parent c2cd0fd commit fea514a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ARCHITECTURE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Subcommands are designed to pipe to one another, and custom subcommands make
2525
Cargo easy to extend and attach tools to.
2626

2727
[`clap`]: https://clap.rs/
28-
[`src/bin/cargo/commands/build.rs`]: https://github.com/rust-lang/cargo/blob/master/src/bin/cargo/commands/build.rs
29-
[`src/cargo/ops/mod.rs`]: https://github.com/rust-lang/cargo/blob/master/src/cargo/ops/mod.rs
28+
[`src/bin/cargo/commands/build.rs`]: src/bin/cargo/commands/build.rs
29+
[`src/cargo/ops/mod.rs`]: src/cargo/ops/mod.rs
3030

3131

3232
## Important Data Structures
@@ -83,7 +83,7 @@ of packages downloaded from crates.io, usually located at
8383
`~/.cargo/registry`. See [`src/cargo/sources/registry`] for the specifics of
8484
the registry storage format.
8585

86-
[`src/cargo/sources/registry`]: https://github.com/rust-lang/cargo/tree/master/src/cargo/sources/registry
86+
[`src/cargo/sources/registry`]: src/cargo/sources/registry
8787

8888

8989
## Concurrency

0 commit comments

Comments
 (0)