Skip to content

Commit

Permalink
/community: use internal link for SubmittingPatches
Browse files Browse the repository at this point in the history
"SubmittingPatches" is built on the website
since commmit ea0e16d (docs: include SubmittingPatches, 2018-04-16),
so link to it instead of linking to the raw document on GitHub.
  • Loading branch information
phil-blain committed Oct 27, 2019
1 parent 3f36c0c commit fd568a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/community/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@
<h2> Contributing to Git </h2>

<p>
The <a href="https://github.com/git/git/tree/master/Documentation">Documentation directory</a> in the Git source code has several files of interest to developers who are looking to help contribute. After reading the <a href="https://github.com/git/git/blob/master/Documentation/CodingGuidelines">coding guidelines</a>, you can learn <a href="https://github.com/git/git/blob/master/Documentation/SubmittingPatches">how to submit patches</a>. For those looking to get more deeply involved, there is a <a href="https://github.com/git/git/blob/master/Documentation/howto/maintain-git.txt">howto for Git maintainers</a>.
The <a href="https://github.com/git/git/tree/master/Documentation">Documentation directory</a> in the Git source code has several files of interest to developers who are looking to help contribute. After reading the <a href="https://github.com/git/git/blob/master/Documentation/CodingGuidelines">coding guidelines</a>, you can learn <a href="/docs/SubmittingPatches">how to submit patches</a>. For those looking to get more deeply involved, there is a <a href="https://github.com/git/git/blob/master/Documentation/howto/maintain-git.txt">howto for Git maintainers</a>.
</p>

0 comments on commit fd568a6

Please sign in to comment.