Skip to content

Commit 5802cce

Browse files
authored
Fix documentation link
I am not sure if the previous link ever worked, but I would hope that docs.rs didn't just change the URL format. If that's the case, I should better fix the links of my crates too :D.
1 parent 6e0d0a4 commit 5802cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version = "0.3.0"
55
description = "Do two directories have different contents?"
66
license = "MIT/Apache-2.0"
77
repository = "https://github.com/steveklabnik/dir-diff"
8-
documentation = "https://docs.rs/dir-diff"
8+
documentation = "https://docs.rs/crate/dir-diff"
99
readme = "README.md"
1010
tags = ["directory", "diff", "fs"]
1111

0 commit comments

Comments
 (0)