Skip to content

Commit 1b2bfd0

Browse files
authored
Merge pull request #8 from Byron/patch-2
Fix documentation link
2 parents 6e0d0a4 + 5802cce commit 1b2bfd0

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)