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 коммит произвёл Junio C Hamano
Родитель 8112894d82
Коммит b85c4bbbd7
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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 have to worry. git supports "shared public repository" style of
cooperation you are probably more familiar with as well. 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 Bundling your work together
--------------------------- ---------------------------

Просмотреть файл

@ -172,7 +172,7 @@ Advanced Shared Repository Management
Git allows you to specify scripts called "hooks" to be run at certain 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 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 You can enforce finer grained permissions using update hooks. See
link:howto/update-hook-example.txt[Controlling access to branches using link:howto/update-hook-example.txt[Controlling access to branches using

Просмотреть файл

@ -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 In addition to being the staging area for new commits, the index file
is also populated from the object database when checking out a is also populated from the object database when checking out a
branch, and is used to hold the trees involved in a merge operation. 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. pages for details.
What next? What next?