Skip to content

Commit c9a014e

Browse files
moygitster
authored andcommitted
README.md: don't take 'commandname' literally
The link to Documentation/git-commandname.txt was obviously broken. Remove the link and make it clear that it is not a literal path name by using *italics* in makdown. Signed-off-by: Matthieu Moy <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent c7089e0 commit c9a014e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ including full documentation and Git related tools.
1717

1818
See [Documentation/gittutorial.txt][] to get started, then see
1919
[Documentation/giteveryday.txt][] for a useful minimum set of commands, and
20-
[Documentation/git-commandname.txt][] for documentation of each command.
20+
Documentation/git-*commandname*.txt for documentation of each command.
2121
If git has been correctly installed, then the tutorial can also be
2222
read with "man gittutorial" or "git help tutorial", and the
23-
documentation of each command with "man git-commandname" or "git help
24-
commandname".
23+
documentation of each command with "man git-*commandname*" or "git help
24+
*commandname*".
2525

2626
CVS users may also want to read [Documentation/gitcvs-migration.txt][]
2727
("man gitcvs-migration" or "git help cvs-migration" if git is
@@ -57,6 +57,5 @@ and the name as (depending on your mood):
5757
[INSTALL]: INSTALL
5858
[Documentation/gittutorial.txt]: Documentation/gittutorial.txt
5959
[Documentation/giteveryday.txt]: Documentation/giteveryday.txt
60-
[Documentation/git-commandname.txt]: Documentation/git-commandname.txt
6160
[Documentation/gitcvs-migration.txt]: Documentation/gitcvs-migration.txt
6261
[Documentation/SubmittingPatches]: Documentation/SubmittingPatches

0 commit comments

Comments
 (0)