From 7684a617bf35004d390f46bc128eb533f6941869 Mon Sep 17 00:00:00 2001 From: Sam Altier <192923478+jar-of-salt@users.noreply.github.com> Date: Wed, 24 Sep 2025 14:50:24 -0400 Subject: [PATCH] docs: update link to git.git-authors --- docs/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing.md b/docs/contributing.md index 382d9555e..b39eda1d1 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -152,7 +152,7 @@ exception. Any code brought in must be compatible with those terms. The most common case is porting code from core Git. Git is a pure GPL project, which means that in order to port code to this project, we need the explicit permission of the author. Check the -[`git.git-authors`](https://github.com/libgit2/libgit2/blob/development/git.git-authors) +[`git.git-authors`](https://github.com/libgit2/libgit2/blob/main/git.git-authors) file for authors who have already consented. Other licenses have other requirements; check the license of the library