From: Philip Oakley Date: Wed, 15 May 2019 22:47:09 +0000 (+0100) Subject: Doc: git.txt: remove backticks from link and add git-scm.com/docs X-Git-Tag: v2.23.0-rc0~110^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e2dca4566d8fe4f6882b3cdb40d8ad9e45c1360c;p=thirdparty%2Fgit.git Doc: git.txt: remove backticks from link and add git-scm.com/docs While checking the html formatted git(1) manual page, it was noted that the link to https://git.github.io/htmldocs/git.html was formatted as code. Remove the backticks. While at it, add the https://git-scm.com/docs link which one reviewer noted had linkable section headings. Helped-by: Jeff King Signed-off-by: Philip Oakley Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git.txt b/Documentation/git.txt index 00156d64aa..3a32572847 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -33,7 +33,8 @@ individual Git commands with "git help command". linkgit:gitcli[7] manual page gives you an overview of the command-line command syntax. A formatted and hyperlinked copy of the latest Git documentation -can be viewed at `https://git.github.io/htmldocs/git.html`. +can be viewed at https://git.github.io/htmldocs/git.html +or https://git-scm.com/docs. OPTIONS