Skip to content

Commit e2dca45

Browse files
Philip Oakleygitster
authored andcommitted
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 <[email protected]> Signed-off-by: Philip Oakley <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent e55f36b commit e2dca45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Documentation/git.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ individual Git commands with "git help command". linkgit:gitcli[7]
3333
manual page gives you an overview of the command-line command syntax.
3434

3535
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.
3738

3839

3940
OPTIONS

0 commit comments

Comments
 (0)