Skip to content

Commit bc646ee

Browse files
authored
Merge pull request rust-lang#1123 from MrSubidubi/patch-1
docs: Update link to libgit2 homepage
2 parents a3b90cb + 5e09a91 commit bc646ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//! to manage git repositories. The library itself is a work in progress and is
55
//! likely lacking some bindings here and there, so be warned.
66
//!
7-
//! [1]: https://libgit2.github.com/
7+
//! [1]: https://libgit2.org/
88
//!
99
//! The git2-rs library strives to be as close to libgit2 as possible, but also
1010
//! strives to make using libgit2 as safe as possible. All resource management

0 commit comments

Comments
 (0)