From 8603ef760018e6a6b023d2d29035f0c3a3105db5 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Tue, 4 Jun 2019 14:56:38 +0200 Subject: send-email: Fix broken git doc links. --- git.sr.ht/send-email.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'git.sr.ht') diff --git a/git.sr.ht/send-email.md b/git.sr.ht/send-email.md index 28ebd23..3039538 100644 --- a/git.sr.ht/send-email.md +++ b/git.sr.ht/send-email.md @@ -32,7 +32,7 @@ the reply, don't be afraid to slice and dice the email you're replying to - trim out the fat and only include specific lines that you want to comment on. If you only have small comments here and there, feel free to make the changes -yourself, again utilizing [`git commit --amend`][amend] and [`git +yourself, again utilizing [`git commit --amend`][git-commit-amend] and [`git rebase`][git-rebase] to your heart's content. You may be wise to point out these small errors when you thank the submitter for their patch, however, if you don't want to see the same errors in future patches. @@ -49,6 +49,8 @@ this boat, the easiest way to get a raw email is to use the "raw" link on lists.sr.ht, which is hidden away under the "details" button. [git-am]: https://www.git-scm.com/docs/git-am +[git-commit-amend]: https://www.git-scm.com/docs/git-commit#Documentation/git-commit.txt---amend +[git-rebase]: https://www.git-scm.com/docs/git-rebase [mutt]: http://www.mutt.org [offlineimap]: http://www.offlineimap.org/ -- cgit