Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit dd4287a

Browse files
committed
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 <[email protected]>
1 parent 121f71f commit dd4287a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/technical/api-config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ config API
22
==========
33

44
The config API gives callers a way to access git configuration files
5-
(and files which have the same syntax). See linkgit:git-config[1] for a
5+
(and files which have the same syntax). See linkgit:../git-config[1] for a
66
discussion of the config file syntax.
77

88
General Usage

Documentation/technical/api-merge.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ the operation of a low-level (single file) merge. Some options:
3636
ancestors in a recursive merge.
3737
If a helper program is specified by the
3838
`[merge "<driver>"] recursive` configuration, it will
39-
be used (see linkgit:gitattributes[5]).
39+
be used (see linkgit:../gitattributes[5]).
4040

4141
`variant`::
4242
Resolve local conflicts automatically in favor

0 commit comments

Comments
 (0)