diff options
author | Stefan Beller <stefanbeller@gmail.com> | 2014-08-07 16:27:12 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-08-07 09:43:21 -0700 |
commit | 663d096c2488b5c46ca5a2994712a0cde6a93c5a (patch) | |
tree | 0ff1fe2b1eacf2315d24ecfbd9de41489fdb6a8c /contrib/convert-objects | |
parent | 7b69fcb181941fafda99a5ffd25cea1f685d7e70 (diff) | |
download | git-663d096c2488b5c46ca5a2994712a0cde6a93c5a.tar.gz git-663d096c2488b5c46ca5a2994712a0cde6a93c5a.tar.xz |
various contrib: Fix links in man pages
Inspired by 2147fa7e (2014-07-31 git-push: fix link in man page),
I grepped through the whole tree searching for 'gitlink:' occurrences.
Signed-off-by: Stefan Beller <stefanbeller@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/convert-objects')
-rw-r--r-- | contrib/convert-objects/git-convert-objects.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/convert-objects/git-convert-objects.txt b/contrib/convert-objects/git-convert-objects.txt index 0565d83fc..f871880cf 100644 --- a/contrib/convert-objects/git-convert-objects.txt +++ b/contrib/convert-objects/git-convert-objects.txt @@ -26,4 +26,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel GIT --- -Part of the gitlink:git[7] suite +Part of the linkgit:git[7] suite |