Documentation: fix gitlinks
authorJonathan Nieder <jrnieder@uchicago.edu>
Thu, 3 Jul 2008 04:54:38 +0000 (23:54 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sat, 5 Jul 2008 18:24:39 +0000 (11:24 -0700)
Signed-off-by: Jonathan Nieder <jrnieder@uchicago.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-repack.txt
Documentation/user-manual.txt

index 0d72e83..c956aff 100644 (file)
@@ -72,7 +72,7 @@ OPTIONS
        `git-update-server-info`.  This option skips
        updating local catalog files needed to publish
        this repository (or a direct copy of it)
-       over HTTP or FTP.  See gitlink:git-update-server-info[1].
+       over HTTP or FTP.  See linkgit:git-update-server-info[1].
 
 --window=[N]::
 --depth=[N]::
index ca13266..cbfc5d0 100644 (file)
@@ -1303,7 +1303,7 @@ $ git diff -3 file.txt            # diff against stage 3
 $ git diff --theirs file.txt   # same as the above.
 -------------------------------------------------
 
-The linkgit:git-log[1] and gitk[1] commands also provide special help
+The linkgit:git-log[1] and linkgit:gitk[1] commands also provide special help
 for merges:
 
 -------------------------------------------------