From 6a99e638f7ba10b104a843ac39a6e38bb70ad9dd Mon Sep 17 00:00:00 2001 From: Dylan DPC Date: Sat, 30 Jun 2018 19:16:40 +0530 Subject: [PATCH] Fix assert_cli url Even though github redirects to the correct url, it is better to mention the correct one :smile: --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60cbcf7d..2a939844 100644 --- a/README.md +++ b/README.md @@ -572,7 +572,7 @@ Upon bumping the minimum version of Rust (assuming it's within the stable-2 rang There are several excellent crates which can be used with `clap`, I recommend checking them all out! If you've got a crate that would be a good fit to be used with `clap` open an issue and let me know, I'd love to add it! * [`structopt`](https://github.com/TeXitoi/structopt) - This crate allows you to define a struct, and build a CLI from it! No more "stringly typed" and it uses `clap` behind the scenes! (*Note*: There is work underway to pull this crate into mainline `clap`). -* [`assert_cli`](https://github.com/killercup/assert_cli) - This crate allows you test your CLIs in a very intuitive and functional way! +* [`assert_cli`](https://github.com/assert-rs/assert_cli) - This crate allows you test your CLIs in a very intuitive and functional way! ## Recent Breaking Changes