Skip to content

Commit 5f1cdc2

Browse files
authored
Merge pull request #4 from phil-blain/link-to-website
Link to SubmittingPatches at git-scm.com
2 parents f12b9b2 + 1c4a2fa commit 5f1cdc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<div class="block">
4141
<p>
4242
Unlike most open source projects, Git itself does not accept code contributions via Pull Requests.
43-
Instead, patches are <a href="https://github.com/git/git/blob/master/Documentation/SubmittingPatches">submitted to the Git mailing list</a> for review and will be applied manually by the Git maintainer.
43+
Instead, patches are <a href="https://git-scm.com/docs/SubmittingPatches">submitted to the Git mailing list</a> for review and will be applied manually by the Git maintainer.
4444
</p><p>
4545
Apart from lacking the convenience of a web interface, this process also puts considerable demands on the code contributions: the mails are expected to be plain text only (no HTML!), for example, and the diffs embedded in the mails must apply cleanly (no whitespace changes!), among other things.
4646
</p><p>
@@ -56,7 +56,7 @@ <h2>How can you use GitGitGadget?</h2>
5656
And you already pushed it to your own fork?
5757
Good, now is the time to direct your web browser to <a href="https://github.com/gitgitgadget/git">https://github.com/gitgitgadget/git</a> and to open a Pull Request.
5858
Please make sure to use a descriptive Pull Request title and description; GitGitGadget will use these as the cover letter.
59-
You will also want to read <a href="https://github.com/git/git/blob/master/Documentation/SubmittingPatches">Git's guidelines</a> to make sure that your contributions are in the expected form.
59+
You will also want to read <a href="https://git-scm.com/docs/SubmittingPatches">Git's guidelines</a> to make sure that your contributions are in the expected form.
6060
</p><p>
6161
The first time you use GitGitGadget, you need to be added to the list of users with permission to use GitGitGadget (this is a <i>very</i> simple anti-spam measure).
6262
Any user who is already on that list can do that, by adding a comment to that Pull Request that says <tt>/allow &lt;username&gt;</name></tt> (with your GitHub login name).

0 commit comments

Comments
 (0)