Skip to content

Commit 00132f3

Browse files
authored
docs(contrib): change clap URL to docs.rs/clap (#15682)
### What does this PR try to resolve? The current [subcommands page](https://doc.crates.io/contrib/implementation/subcommands.html) in Cargo contrib guide links clap to https://clap.rs, which doesn't exist. This PR updates that link to https://docs.rs/clap, which is the URL mentioned in [clap's repository](https://github.com/clap-rs/clap) ### How to test and review this PR?
2 parents 0b974c0 + 9b0d02d commit 00132f3

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)