We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9dce8eb + 8830722 commit 0de225bCopy full SHA for 0de225b
crates/trycmd/src/lib.rs
@@ -191,8 +191,8 @@
191
//!
192
//! ## Examples
193
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)
+//! - Simple cargo binary: [trycmd's integration tests](https://github.com/assert-rs/snapbox/blob/main/crates/trycmd/tests/cli_tests.rs)
+//! - Simple example: [trycmd's integration tests](https://github.com/assert-rs/snapbox/blob/main/crates/trycmd/tests/example_tests.rs)
196
//! - [typos](https://github.com/crate-ci/typos) (source code spell checker)
197
//! - [clap](https://github.com/clap-rs/clap/) (CLI parser) to test examples
198
0 commit comments