From 5802cceeeebd6363c66c90862fcacf946f57f5e3 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sat, 1 Apr 2017 11:24:51 +0200 Subject: [PATCH] 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. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c2f56e5..c02f349 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ version = "0.3.0" description = "Do two directories have different contents?" license = "MIT/Apache-2.0" repository = "https://github.com/steveklabnik/dir-diff" -documentation = "https://docs.rs/dir-diff" +documentation = "https://docs.rs/crate/dir-diff" readme = "README.md" tags = ["directory", "diff", "fs"]