Documentation: Fix broken links

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>
This commit is contained in:
Dmitry V. Levin
2006-09-14 05:04:33 +04:00
committed by Junio C Hamano
parent 8112894d82
commit b85c4bbbd7
3 changed files with 3 additions and 3 deletions

View 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?