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 <peff@peff.net> Signed-off-by: Philip Oakley <philipoakley@iee.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Philip Oakley committed May 15, 2019 at 23:47 UTC e2dca4566d8fe4f6882b3cdb40d8ad9e45c1360c
1 file changed +2 -1
Documentation/git.txt
+2 -1
@@ -33,7 +33,8 @@ individual Git commands with "git help command". linkgit:gitcli[7]
33 manual page gives you an overview of the command-line command syntax.
34
35 A formatted and hyperlinked copy of the latest Git documentation
36 -can be viewed at `https://git.github.io/htmldocs/git.html`.
36 +can be viewed at https://git.github.io/htmldocs/git.html
37 +or https://git-scm.com/docs.
38
39
40 OPTIONS