Skip to content

Commit 0de225b

Browse files
authored
Merge pull request #375 from hwup/fix-broken-links
docs(trycmd): Update broken links
2 parents 9dce8eb + 8830722 commit 0de225b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/trycmd/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,8 @@
191191
//!
192192
//! ## Examples
193193
//!
194-
//! - Simple cargo binary: [trycmd's integration tests](https://github.com/assert-rs/trycmd/blob/main/tests/cli_tests.rs)
195-
//! - Simple example: [trycmd's integration tests](https://github.com/assert-rs/trycmd/blob/main/tests/example_tests.rs)
194+
//! - Simple cargo binary: [trycmd's integration tests](https://github.com/assert-rs/snapbox/blob/main/crates/trycmd/tests/cli_tests.rs)
195+
//! - Simple example: [trycmd's integration tests](https://github.com/assert-rs/snapbox/blob/main/crates/trycmd/tests/example_tests.rs)
196196
//! - [typos](https://github.com/crate-ci/typos) (source code spell checker)
197197
//! - [clap](https://github.com/clap-rs/clap/) (CLI parser) to test examples
198198
//!

0 commit comments

Comments
 (0)