Skip to content

Commit

Permalink
Fix documentation link in README
Browse files Browse the repository at this point in the history
  • Loading branch information
murarth committed Jun 30, 2017
1 parent 17cd645 commit 643b531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Provides a macro, `assert_matches`, which tests whether a value
matches a given pattern, causing a panic if the match fails.

[Documentation](https://murarth.github.io/assert_matches/assert_matches/index.html)
[Documentation](https://docs.rs/assert_matches/)

```rust
#[macro_use] extern crate assert_matches;
Expand Down

0 comments on commit 643b531

Please sign in to comment.