aboutsummaryrefslogtreecommitdiff
path: root/Documentation/everyday.txto
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-05-04 10:36:24 -0700
committerJunio C Hamano <gitster@pobox.com>2016-05-09 15:44:14 -0700
commit1cca17dfff488760e74e2af4b0f686b20a02e6e1 (patch)
tree698661824352da8f0ecdee4209206cf4a7ceb9d9 /Documentation/everyday.txto
parentd92347f59fefb95a2d9240c007a44f408c216fa7 (diff)
downloadgit-1cca17dfff488760e74e2af4b0f686b20a02e6e1.tar.gz
git-1cca17dfff488760e74e2af4b0f686b20a02e6e1.tar.xz
Documentation: fix linkgit references
There are a handful of incorrect "linkgit:<page>[<section>]" instances in our documentation set. * Some have an extra colon after "linkgit:"; fix them by removing the extra colon; * Some refer to a page outside the Git suite, namely curl(1); fix them by using the `curl(1)` that already appears on the same page for the same purpose of referring the readers to its manual page. * Some spell the name of the page incorrectly, e.g. "rev-list" when they mean "git-rev-list"; fix them. * Some list the manual section incorrectly; fix them to make sure they match what is at the top of the target of the link. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/everyday.txto')
-rw-r--r--Documentation/everyday.txto2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/everyday.txto b/Documentation/everyday.txto
index c5047d8f9..ae555bd47 100644
--- a/Documentation/everyday.txto
+++ b/Documentation/everyday.txto
@@ -1,7 +1,7 @@
Everyday Git With 20 Commands Or So
===================================
-This document has been moved to linkgit:giteveryday[1].
+This document has been moved to linkgit:giteveryday[7].
Please let the owners of the referring site know so that they can update the
link you clicked to get here.