public inbox for git@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] .github/CONTRIBUTING.md: fix broken link to SubmittingPatches
@ 2026-01-31 16:14 Abdalrhman Mohamed
  2026-01-31 19:50 ` Junio C Hamano
  0 siblings, 1 reply; 4+ messages in thread
From: Abdalrhman Mohamed @ 2026-01-31 16:14 UTC (permalink / raw)
  To: git; +Cc: Abdalrhman Mohamed

The link to SubmittingPatches documentation was pointing to a
non-existent 'Documentation' branch. Correct it to point to the
'master' branch so that new contributors on GitHub can find the
submission guidelines.

Signed-off-by: Abdalrhman Mohamed <Eng.Abdalrhman.Abdalmonem@gmail.com>
---
 .github/CONTRIBUTING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index c8755e38de..e5d696fd42 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -10,7 +10,7 @@ conveniently send your Pull Requests commits to our mailing list.
 
 Please read ["A note from the maintainer"](https://git.kernel.org/pub/scm/git/git.git/plain/MaintNotes?h=todo)
 to learn how the Git project is managed, and how you can work with it.
-In addition, we highly recommend you to read [our submission guidelines](../Documentation/SubmittingPatches).
+In addition, we highly recommend you to read [our submission guidelines](https://github.com/git/git/blob/master/Documentation/SubmittingPatches).
 
 If you prefer video, then [this talk](https://www.youtube.com/watch?v=Q7i_qQW__q4&feature=youtu.be&t=6m4s)
 might be useful to you as the presenter walks you through the contribution
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-02-01  0:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-31 16:14 [PATCH] .github/CONTRIBUTING.md: fix broken link to SubmittingPatches Abdalrhman Mohamed
2026-01-31 19:50 ` Junio C Hamano
2026-01-31 20:55   ` Todd Zullinger
2026-02-01  0:26     ` [PATCH v2] .github/CONTRIBUTING.md: link to SubmittingPatches on git-scm.com Abdalrhman Mohamed

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox