Skip to content

Commit 6164972

Browse files
moygitster
authored andcommitted
README.md: add hyperlinks on filenames
Signed-off-by: Matthieu Moy <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 4ad21f5 commit 6164972

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@ License version 2 (some parts of it are under different licenses,
2121
compatible with the GPLv2). It was originally written by Linus
2222
Torvalds with help of a group of hackers around the net.
2323

24-
Please read the file INSTALL for installation instructions.
24+
Please read the file [INSTALL][] for installation instructions.
2525

26-
See Documentation/gittutorial.txt to get started, then see
27-
Documentation/giteveryday.txt for a useful minimum set of commands, and
28-
Documentation/git-commandname.txt for documentation of each command.
26+
See [Documentation/gittutorial.txt][] to get started, then see
27+
[Documentation/giteveryday.txt][] for a useful minimum set of commands, and
28+
[Documentation/git-commandname.txt][] for documentation of each command.
2929
If git has been correctly installed, then the tutorial can also be
3030
read with "man gittutorial" or "git help tutorial", and the
3131
documentation of each command with "man git-commandname" or "git help
3232
commandname".
3333

34-
CVS users may also want to read Documentation/gitcvs-migration.txt
34+
CVS users may also want to read [Documentation/gitcvs-migration.txt][]
3535
("man gitcvs-migration" or "git help cvs-migration" if git is
3636
installed).
3737

@@ -41,7 +41,7 @@ including full documentation and Git related tools.
4141
The user discussion and development of Git take place on the Git
4242
mailing list -- everyone is welcome to post bug reports, feature
4343
requests, comments and patches to [email protected] (read
44-
Documentation/SubmittingPatches for instructions on patch submission).
44+
[Documentation/SubmittingPatches][] for instructions on patch submission).
4545
To subscribe to the list, send an email with just "subscribe git" in
4646
the body to [email protected]. The mailing list archives are
4747
available at http://news.gmane.org/gmane.comp.version-control.git/,
@@ -51,3 +51,10 @@ The maintainer frequently sends the "What's cooking" reports that
5151
list the current status of various development topics to the mailing
5252
list. The discussion following them give a good reference for
5353
project status, development direction and remaining tasks.
54+
55+
[INSTALL]: INSTALL
56+
[Documentation/gittutorial.txt]: Documentation/gittutorial.txt
57+
[Documentation/giteveryday.txt]: Documentation/giteveryday.txt
58+
[Documentation/git-commandname.txt]: Documentation/git-commandname.txt
59+
[Documentation/gitcvs-migration.txt]: Documentation/gitcvs-migration.txt
60+
[Documentation/SubmittingPatches]: Documentation/SubmittingPatches

0 commit comments

Comments
 (0)