summaryrefslogtreecommitdiff
path: root/Documentation/cvs-migration.txt
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2006-09-14 01:04:33 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-09-14 06:39:33 (GMT)
commitb85c4bbbd7d16c084f0b2f0eb9678149d08d09e8 (patch)
tree84d50d52e2a7b77fd9fa26bece7aaac955343d96 /Documentation/cvs-migration.txt
parent8112894d82637c199294702942cac477b756b678 (diff)
downloadgit-b85c4bbbd7d16c084f0b2f0eb9678149d08d09e8.zip
git-b85c4bbbd7d16c084f0b2f0eb9678149d08d09e8.tar.gz
git-b85c4bbbd7d16c084f0b2f0eb9678149d08d09e8.tar.bz2
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>
Diffstat (limited to 'Documentation/cvs-migration.txt')
-rw-r--r--Documentation/cvs-migration.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/cvs-migration.txt b/Documentation/cvs-migration.txt
index d2b0bd3..6812683 100644
--- a/Documentation/cvs-migration.txt
+++ b/Documentation/cvs-migration.txt
@@ -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