From 5e09a91b96e33f53a9ac6fa1787eba55cc240560 Mon Sep 17 00:00:00 2001 From: Finn Evers Date: Tue, 4 Feb 2025 17:44:59 +0100 Subject: [PATCH] docs: Update link to libgit2 homepage --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 01c9a93517..fd2db63432 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -4,7 +4,7 @@ //! to manage git repositories. The library itself is a work in progress and is //! likely lacking some bindings here and there, so be warned. //! -//! [1]: https://libgit2.github.com/ +//! [1]: https://libgit2.org/ //! //! The git2-rs library strives to be as close to libgit2 as possible, but also //! strives to make using libgit2 as safe as possible. All resource management