aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-push.txt
diff options
context:
space:
mode:
authorTony Finch <dot@dotat.at>2014-07-31 16:06:28 +0100
committerJunio C Hamano <gitster@pobox.com>2014-07-31 10:17:37 -0700
commit2147fa7e19befc10fd21032786b87cdca817b57c (patch)
treecdc035c2b98f686ea659b631e70e810c45ef72de /Documentation/git-push.txt
parente6aaa393478bf3ee9f4cde8d82cd258c034cd335 (diff)
downloadgit-2147fa7e19befc10fd21032786b87cdca817b57c.tar.gz
git-push: fix link in man page
Signed-off-by: Tony Finch <dot@dotat.at> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-push.txt')
-rw-r--r--Documentation/git-push.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-push.txt b/Documentation/git-push.txt
index 9eec740910..ae1817af7d 100644
--- a/Documentation/git-push.txt
+++ b/Documentation/git-push.txt
@@ -33,7 +33,7 @@ When the command line does not specify what to push with `<refspec>...`
arguments or `--all`, `--mirror`, `--tags` options, the command finds
the default `<refspec>` by consulting `remote.*.push` configuration,
and if it is not found, honors `push.default` configuration to decide
-what to push (See gitlink:git-config[1] for the meaning of `push.default`).
+what to push (See linkgit:git-config[1] for the meaning of `push.default`).
OPTIONS[[OPTIONS]]