Skip to content

Commit f3db441

Browse files
committed
Fixed link to documentation.
1 parent fdd4c76 commit f3db441

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
@@ -8,7 +8,7 @@ readme = "README.md"
88
keywords = ["git"]
99
repository = "https://github.com/alexcrichton/git2-rs"
1010
homepage = "https://github.com/alexcrichton/git2-rs"
11-
documentation = "https://docs.rs/git2-rs"
11+
documentation = "https://docs.rs/git2"
1212
description = """
1313
Bindings to libgit2 for interoperating with git repositories. This library is
1414
both threadsafe and memory safe and allows both reading and writing git

0 commit comments

Comments
 (0)