diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-06-04 21:30:04 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-06-04 22:46:53 +0200 |
commit | dd4287a2c9e9345e0d48c9aa4ee5c330f50623f4 (patch) | |
tree | f772a1aefc353c1023ba8749502c1e5f75d3bb37 /Documentation/technical/api-config.txt | |
parent | Git 1.7.10.4 (diff) | |
download | git-dd4287a2c9e9345e0d48c9aa4ee5c330f50623f4.tar.xz git-dd4287a2c9e9345e0d48c9aa4ee5c330f50623f4.zip |
doc: fix xref link from api docs to manual pages
They are one-level above, so refer them as linkgit:../git-foo[n] with "../"
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/technical/api-config.txt')
-rw-r--r-- | Documentation/technical/api-config.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technical/api-config.txt b/Documentation/technical/api-config.txt index edf8dfb99b..bd4d8b8f4f 100644 --- a/Documentation/technical/api-config.txt +++ b/Documentation/technical/api-config.txt @@ -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 |