Skip to content

Commit

Permalink
doc: fix xref link from api docs to manual pages
Browse files Browse the repository at this point in the history
They are one-level above, so refer them as linkgit:../git-foo[n] with "../"

Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Jun 4, 2012
1 parent 121f71f commit dd4287a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/technical/api-config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Documentation/technical/api-merge.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dd4287a

Please sign in to comment.