From 1bad845b6d2c76daf9cef82ca44f29fbb3851800 Mon Sep 17 00:00:00 2001 From: Marcel Suter <11473920+suterma@users.noreply.github.com> Date: Fri, 19 Sep 2025 08:56:29 +0200 Subject: [PATCH 1/2] Fixed libgit2 link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3aafdceb1..d4902110f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![CI](https://github.com/libgit2/libgit2sharp/actions/workflows/ci.yml/badge.svg)](https://github.com/libgit2/libgit2sharp/actions/workflows/ci.yml) [![NuGet version (LibGit2Sharp)](https://img.shields.io/nuget/v/LibGit2Sharp.svg)](https://www.nuget.org/packages/LibGit2Sharp/) -**LibGit2Sharp brings all the might and speed of [libgit2](http://libgit2.github.com/), a native Git implementation, to the managed world of .NET** +**LibGit2Sharp brings all the might and speed of [libgit2](https://github.com/libgit2), a native Git implementation, to the managed world of .NET** ## Online resources From 4a9e8e21a77153324c6df77cac2c31ed1cda96b2 Mon Sep 17 00:00:00 2001 From: Brandon Ording Date: Thu, 30 Oct 2025 11:02:35 -0400 Subject: [PATCH 2/2] Update URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4902110f..96aa2bbd1 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![CI](https://github.com/libgit2/libgit2sharp/actions/workflows/ci.yml/badge.svg)](https://github.com/libgit2/libgit2sharp/actions/workflows/ci.yml) [![NuGet version (LibGit2Sharp)](https://img.shields.io/nuget/v/LibGit2Sharp.svg)](https://www.nuget.org/packages/LibGit2Sharp/) -**LibGit2Sharp brings all the might and speed of [libgit2](https://github.com/libgit2), a native Git implementation, to the managed world of .NET** +**LibGit2Sharp brings all the might and speed of [libgit2](https://libgit2.org/), a native Git implementation, to the managed world of .NET** ## Online resources