Skip to content

Commit de07767

Browse files
chriscoolgitster
authored andcommitted
Documentation: fix links to "everyday.html"
In some places the links are wrong. They should be: "link:everyday.html", instead of: "linkgit:everyday[7]". This patch fixes that. Signed-off-by: Christian Couder <chriscool@tuxfamily.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent d0f19d0 commit de07767

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

Documentation/gitcore-tutorial.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1690,8 +1690,10 @@ to follow, not easier.
16901690

16911691
SEE ALSO
16921692
--------
1693-
linkgit:gittutorial[7], linkgit:gittutorial-2[7],
1694-
linkgit:everyday[7], linkgit:gitcvs-migration[7],
1693+
linkgit:gittutorial[7],
1694+
linkgit:gittutorial-2[7],
1695+
linkgit:gitcvs-migration[7],
1696+
link:everyday.html[Everyday git],
16951697
link:user-manual.html[The Git User's Manual]
16961698

16971699
GIT

Documentation/gitglossary.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@ include::glossary-content.txt[]
1616

1717
SEE ALSO
1818
--------
19-
linkgit:gittutorial[7], linkgit:gittutorial-2[7],
20-
linkgit:everyday[7], linkgit:gitcvs-migration[7],
19+
linkgit:gittutorial[7],
20+
linkgit:gittutorial-2[7],
21+
linkgit:gitcvs-migration[7],
22+
link:everyday.html[Everyday git],
2123
link:user-manual.html[The Git User's Manual]
2224

2325
GIT

0 commit comments

Comments
 (0)