Skip to content

Commit 9b0d02d

Browse files
committed
docs(contrib): change clap URL to docs.rs/clap
1 parent 0b974c0 commit 9b0d02d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/contrib/src/implementation/subcommands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ automatically search for a subcommand named `cargo-{NAME}` in the users `PATH`
1717
to execute the subcommand.
1818

1919

20-
[`clap`]: https://clap.rs/
20+
[`clap`]: https://docs.rs/clap
2121
[`src/bin/cargo/commands/build.rs`]: https://github.com/rust-lang/cargo/tree/master/src/bin/cargo/commands/build.rs
2222
[`src/cargo/ops`]: https://github.com/rust-lang/cargo/tree/master/src/cargo/ops
2323
[`src/bin/cargo/commands`]: https://github.com/rust-lang/cargo/tree/master/src/bin/cargo/commands

0 commit comments

Comments
 (0)