Skip to content

Commit ea759db

Browse files
Fixed docs links to link to git-scm/docs
1 parent f7fb272 commit ea759db

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

branching/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h2>
3838
<div class="box">
3939
<h2>
4040
<span class="docs">
41-
<a target="new" href="http://www.kernel.org/pub/software/scm/git/docs/git-branch.html">docs</a> &nbsp;
41+
<a target="new" href="http://git-scm.com/docs/git-branch">docs</a> &nbsp;
4242
<a target="new" href="http://progit.org/book/ch3-2.html">book</a>
4343
</span>
4444
<a name="branch">git branch</a>
@@ -49,7 +49,7 @@ <h2>
4949

5050
<h2>
5151
<span class="docs">
52-
<a target="new" href="http://www.kernel.org/pub/software/scm/git/docs/git-checkout.html">docs</a> &nbsp;
52+
<a target="new" href="http://git-scm.com/docs/git-checkout">docs</a> &nbsp;
5353
<a target="new" href="http://progit.org/book/ch3-2.html">book</a>
5454
</span>
5555
<a name="checkout">git checkout</a>
@@ -226,7 +226,7 @@ <h4>
226226
<div class="box">
227227
<h2>
228228
<span class="docs">
229-
<a target="new" href="http://www.kernel.org/pub/software/scm/git/docs/git-merge.html">docs</a> &nbsp;
229+
<a target="new" href="http://git-scm.com/docs/git-merge">docs</a> &nbsp;
230230
<a target="new" href="http://progit.org/book/ch3-2.html#basic_merging">book</a>
231231
</span>
232232
<a name="merge">git merge</a>
@@ -421,7 +421,7 @@ <h4>
421421
<p>You can see that Git inserts standard merge conflict markers, much like
422422
Subversion, into files when it gets a merge conflict. Now it's up to us
423423
to resolve them. We will do it manually here, but check out
424-
<a href="http://www.kernel.org/pub/software/scm/git/docs/git-mergetool.html">git mergetool</a>
424+
<a href="http://git-scm.com/docs/git-mergetool">git mergetool</a>
425425
if you want Git to fire up a graphical mergetool
426426
(like kdiff3, emerge, p4merge, etc) instead.
427427
</p>
@@ -473,7 +473,7 @@ <h4>
473473
<div class="box">
474474
<h2>
475475
<span class="docs">
476-
<a target="new" href="http://www.kernel.org/pub/software/scm/git/docs/git-log.html">docs</a> &nbsp;
476+
<a target="new" href="http://git-scm.com/docs/git-log">docs</a> &nbsp;
477477
<a target="new" href="http://progit.org/book/ch6-1.html#commit_ranges">book</a>
478478
</span>
479479
<a name="log">git log</a>
@@ -693,7 +693,7 @@ <h2>
693693
<div class="box">
694694
<h2>
695695
<span class="docs">
696-
<a target="new" href="http://www.kernel.org/pub/software/scm/git/docs/git-tag.html">docs</a> &nbsp;
696+
<a target="new" href="http://git-scm.com/docs/git-tag">docs</a> &nbsp;
697697
<a target="new" href="http://progit.org/book/ch2-6.html">book</a>
698698
</span>
699699
<a name="tag">git tag</a>

0 commit comments

Comments
 (0)