We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 121f71f commit dd4287aCopy full SHA for dd4287a
2 files changed
Documentation/technical/api-config.txt
@@ -2,7 +2,7 @@ config API
2
==========
3
4
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
+(and files which have the same syntax). See linkgit:../git-config[1] for a
6
discussion of the config file syntax.
7
8
General Usage
Documentation/technical/api-merge.txt
@@ -36,7 +36,7 @@ the operation of a low-level (single file) merge. Some options:
36
ancestors in a recursive merge.
37
If a helper program is specified by the
38
`[merge "<driver>"] recursive` configuration, it will
39
- be used (see linkgit:gitattributes[5]).
+ be used (see linkgit:../gitattributes[5]).
40
41
`variant`::
42
Resolve local conflicts automatically in favor
0 commit comments