diff options
| author | Todd Zullinger <tmz@pobox.com> | 2018-04-19 13:32:30 -0400 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2018-04-20 08:23:56 +0900 |
| commit | 73364e4f109061fa686eb408c70615ca1941129a (patch) | |
| tree | ed717857da618ae7dce066c7f2825925e7d254c7 | |
| parent | 468165c1d8a442994a825f3684528361727cd8c0 (diff) | |
doc/clone: update caption for GIT URLS cross-reference
The description of the <repository> argument directs readers to "See the
URLS section below". When generating HTML this becomes a link to the
"GIT URLS" section. When reading the man page in a terminal, the
caption is slightly misleading. Use "GIT URLS" as the caption to avoid
any confusion.
Signed-off-by: Todd Zullinger <tmz@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rw-r--r-- | Documentation/git-clone.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt index 42ca7b5095..b844b9957c 100644 --- a/Documentation/git-clone.txt +++ b/Documentation/git-clone.txt @@ -260,7 +260,7 @@ or `--mirror` is given) <repository>:: The (possibly remote) repository to clone from. See the - <<URLS,URLS>> section below for more information on specifying + <<URLS,GIT URLS>> section below for more information on specifying repositories. <directory>:: |
