Skip to content

Commit

Permalink
Merge pull request #119 from epage/links
Browse files Browse the repository at this point in the history
docs: Fix escargot links
  • Loading branch information
epage committed May 13, 2021
2 parents 276f9a6 + 182f6c1 commit 2f67bd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/cargo.rs
Expand Up @@ -50,6 +50,7 @@
//!
//! [`lazy_static`]: https://crates.io/crates/lazy_static
//! [`Command`]: std::process::Command
//! [`escargot`]: https://crates.io/crates/escargot
//! [cargo-overhead]: https://github.com/assert-rs/assert_cmd/issues/6
//! [first-call]: https://github.com/assert-rs/assert_cmd/issues/57

Expand Down
3 changes: 2 additions & 1 deletion src/lib.rs
Expand Up @@ -65,7 +65,7 @@
//! ## Relevant crates
//!
//! Other crates that might be useful in testing command line programs.
//! * [escargot][escargot] for more control over configuring the crate's binary.
//! * [escargot] for more control over configuring the crate's binary.
//! * [duct] for orchestrating multiple processes.
//! * or [commandspec] for easier writing of commands
//! * [rexpect][rexpect] for testing interactive programs.
Expand All @@ -89,6 +89,7 @@
//! [assert_cli]: https://crates.io/crates/assert_cli/0.6.3
//! [dir-diff]: https://crates.io/crates/dir-diff
//! [tempfile]: https://crates.io/crates/tempfile
//! [escargot]: https://crates.io/crates/escargot
//! [duct]: https://crates.io/crates/duct
//! [assert_fs]: https://crates.io/crates/assert_fs
//! [rexpect]: https://crates.io/crates/rexpect
Expand Down

0 comments on commit 2f67bd1

Please sign in to comment.