Skip to content

Commit 2f67bd1

Browse files
authored
Merge pull request #119 from epage/links
docs: Fix escargot links
2 parents 276f9a6 + 182f6c1 commit 2f67bd1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/cargo.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
//!
5151
//! [`lazy_static`]: https://crates.io/crates/lazy_static
5252
//! [`Command`]: std::process::Command
53+
//! [`escargot`]: https://crates.io/crates/escargot
5354
//! [cargo-overhead]: https://github.com/assert-rs/assert_cmd/issues/6
5455
//! [first-call]: https://github.com/assert-rs/assert_cmd/issues/57
5556

src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
//! ## Relevant crates
6666
//!
6767
//! Other crates that might be useful in testing command line programs.
68-
//! * [escargot][escargot] for more control over configuring the crate's binary.
68+
//! * [escargot] for more control over configuring the crate's binary.
6969
//! * [duct] for orchestrating multiple processes.
7070
//! * or [commandspec] for easier writing of commands
7171
//! * [rexpect][rexpect] for testing interactive programs.
@@ -89,6 +89,7 @@
8989
//! [assert_cli]: https://crates.io/crates/assert_cli/0.6.3
9090
//! [dir-diff]: https://crates.io/crates/dir-diff
9191
//! [tempfile]: https://crates.io/crates/tempfile
92+
//! [escargot]: https://crates.io/crates/escargot
9293
//! [duct]: https://crates.io/crates/duct
9394
//! [assert_fs]: https://crates.io/crates/assert_fs
9495
//! [rexpect]: https://crates.io/crates/rexpect

0 commit comments

Comments
 (0)