]> Pileus Git - ~andy/git/commitdiff
doc: fix xref link from api docs to manual pages
authorJunio C Hamano <gitster@pobox.com>
Mon, 4 Jun 2012 19:30:04 +0000 (12:30 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 4 Jun 2012 20:46:53 +0000 (13:46 -0700)
They are one-level above, so refer them as linkgit:../git-foo[n] with "../"

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/technical/api-config.txt
Documentation/technical/api-merge.txt

index edf8dfb99b0accf1c3cbe870bdc332783a344dc9..bd4d8b8f4fcffb17b1855dcb4419bfbe685bcc9b 100644 (file)
@@ -2,7 +2,7 @@ config API
 ==========
 
 The config API gives callers a way to access git configuration files
-(and files which have the same syntax). See linkgit:git-config[1] for a
+(and files which have the same syntax). See linkgit:../git-config[1] for a
 discussion of the config file syntax.
 
 General Usage
index 9dc1bed768a473317dd77c4d1ed93f65b2c4d483..25158b8dc8b27c0fe33152fa233f806ec21ab0a7 100644 (file)
@@ -36,7 +36,7 @@ the operation of a low-level (single file) merge.  Some options:
        ancestors in a recursive merge.
        If a helper program is specified by the
        `[merge "<driver>"] recursive` configuration, it will
-       be used (see linkgit:gitattributes[5]).
+       be used (see linkgit:../gitattributes[5]).
 
 `variant`::
        Resolve local conflicts automatically in favor