Skip to content

Commit

Permalink
Link to HTML version of external doc if available
Browse files Browse the repository at this point in the history
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 <junkio@cox.net>
  • Loading branch information
Junio C Hamano committed May 13, 2007
1 parent 24a0d61 commit a2983cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/user-manual.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1875,7 +1875,7 @@ $ chmod a+x hooks/post-update

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

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

[[setting-up-gitweb]]
Expand Down

0 comments on commit a2983cb

Please sign in to comment.