Documentation: Fix broken links
authorDmitry V. Levin <ldv@altlinux.org>
Thu, 14 Sep 2006 01:04:33 +0000 (05:04 +0400)
committerJunio C Hamano <junkio@cox.net>
Thu, 14 Sep 2006 06:39:33 +0000 (23:39 -0700)
core-tutorial.txt, cvs-migration.txt, tutorial-2.txt:
Fix broken links.

Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/core-tutorial.txt
Documentation/cvs-migration.txt
Documentation/tutorial-2.txt
index 1185897f7078a83bebce0366192038f72bbc1d84..47505aa20a56b4dc29fad86d66e8c6638edf03e0 100644 (file)
@@ -1620,7 +1620,7 @@ suggested in the previous section may be new to you. You do not
 have to worry. git supports "shared public repository" style of
 cooperation you are probably more familiar with as well.
 
-See link:cvs-migration.txt[git for CVS users] for the details.
+See link:cvs-migration.html[git for CVS users] for the details.
 
 Bundling your work together
 ---------------------------
index d2b0bd38de7fb39ccff5687013784ea8ceb22f1c..6812683a16852ea165dff7dd0582b53138e3f12c 100644 (file)
@@ -172,7 +172,7 @@ Advanced Shared Repository Management
 
 Git allows you to specify scripts called "hooks" to be run at certain
 points.  You can use these, for example, to send all commits to the shared
-repository to a mailing list.  See link:hooks.txt[Hooks used by git].
+repository to a mailing list.  See link:hooks.html[Hooks used by git].
 
 You can enforce finer grained permissions using update hooks.  See
 link:howto/update-hook-example.txt[Controlling access to branches using
index 2f4fe1217a3cd6d9d958130ca5e03c68b027abc1..42b6e7d7d2bbb24d96f29635967945f516b25e15 100644 (file)
@@ -368,7 +368,7 @@ in the index file is identical to the one in the working directory.
 In addition to being the staging area for new commits, the index file
 is also populated from the object database when checking out a
 branch, and is used to hold the trees involved in a merge operation.
-See the link:core-tutorial.txt[core tutorial] and the relevant man
+See the link:core-tutorial.html[core tutorial] and the relevant man
 pages for details.
 
 What next?