From 2147fa7e19befc10fd21032786b87cdca817b57c Mon Sep 17 00:00:00 2001 From: Tony Finch Date: Thu, 31 Jul 2014 16:06:28 +0100 Subject: [PATCH] git-push: fix link in man page Signed-off-by: Tony Finch Signed-off-by: Junio C Hamano --- Documentation/git-push.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 `...` arguments or `--all`, `--mirror`, `--tags` options, the command finds the default `` 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]] -- 2.11.4.GIT