Skip to content

Commit a2983cb

Browse files
author
Junio C Hamano
committed
Link to HTML version of external doc if available
Currently $ git grep '\([^t]\|^\)'link: user-manual.txt gives four hits that refer to .txt version of the documentation set, but at least "hooks" and "cvs-migration" have HTML variants installed, so refer to them instead. Signed-off-by: Junio C Hamano <[email protected]>
1 parent 24a0d61 commit a2983cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/user-manual.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1875,7 +1875,7 @@ $ chmod a+x hooks/post-update
18751875

18761876
(For an explanation of the last two lines, see
18771877
gitlink:git-update-server-info[1], and the documentation
1878-
link:hooks.txt[Hooks used by git].)
1878+
link:hooks.html[Hooks used by git].)
18791879

18801880
Advertise the url of proj.git. Anybody else should then be able to
18811881
clone or pull from that url, for example with a commandline like:
@@ -1959,7 +1959,7 @@ Setting up a shared repository
19591959
Another way to collaborate is by using a model similar to that
19601960
commonly used in CVS, where several developers with special rights
19611961
all push to and pull from a single shared repository. See
1962-
link:cvs-migration.txt[git for CVS users] for instructions on how to
1962+
link:cvs-migration.html[git for CVS users] for instructions on how to
19631963
set this up.
19641964

19651965
[[setting-up-gitweb]]

0 commit comments

Comments
 (0)