Skip to content

Commit 5b8c48c

Browse files
authored
Fix broken link to maintain-git documentation (#2100)
## Summary This PR fixes a broken link in the Community page that points to the Git maintainer's documentation. ## Changes - Updated the link from `maintain-git.txt` to `maintain-git.adoc` ## Context The documentation file was renamed from `.txt` to `.adoc` format in the git/git repository, but the link on the git-scm.com website was not updated accordingly. This was causing a 404 error when users clicked on the "howto for Git maintainers" link.
2 parents 781cab5 + 038accb commit 5b8c48c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/community/_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ <h2 id="git-rev-news"><a class="anchor" href="#git-rev-news"></a> Newsletter </h
101101
<h2 id="contributing"><a class="anchor" href="#contributing"></a> Contributing to Git </h2>
102102

103103
<p>
104-
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="{{< relurl "docs/CodingGuidelines" >}}">coding guidelines</a> and <a href="https://github.com/git/git/blob/master/CODE_OF_CONDUCT.md">code of conduct</a>, you can learn <a href="{{< relurl "docs/SubmittingPatches" >}}">how to submit patches</a>. If you are just starting out, you can read the <a href="{{< relurl "docs/MyFirstContribution" >}}">My First Contribution tutorial</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>.
104+
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="{{< relurl "docs/CodingGuidelines" >}}">coding guidelines</a> and <a href="https://github.com/git/git/blob/master/CODE_OF_CONDUCT.md">code of conduct</a>, you can learn <a href="{{< relurl "docs/SubmittingPatches" >}}">how to submit patches</a>. If you are just starting out, you can read the <a href="{{< relurl "docs/MyFirstContribution" >}}">My First Contribution tutorial</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.adoc">howto for Git maintainers</a>.
105105
</p>
106106

107107
<p>

0 commit comments

Comments
 (0)