Commit 5b8c48c
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.1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
0 commit comments