Skip to content

Commit f7fb272

Browse files
Fixed links to refer to git-scm docs
1 parent 7fa5d14 commit f7fb272

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

basic/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-add.html">docs</a> &nbsp;
41+
<a target="new" href="http://git-scm.com/docs/git-add">docs</a> &nbsp;
4242
<a target="new" href="http://progit.org/book/ch2-2.html#tracking_new_files">book</a>
4343
</span>
4444
<a name="add">git add</a>
@@ -130,7 +130,7 @@ <h2>
130130
<div class="box">
131131
<h2>
132132
<span class="docs">
133-
<a target="new" href="http://www.kernel.org/pub/software/scm/git/docs/git-status.html">docs</a> &nbsp;
133+
<a target="new" href="http://git-scm.com/docs/git-status">docs</a> &nbsp;
134134
<a target="new" href="http://progit.org/book/ch2-2.html#checking_the_status_of_your_files">book</a>
135135
</span>
136136
<a name="status">git status</a>
@@ -214,7 +214,7 @@ <h2>
214214
<div class="box">
215215
<h2>
216216
<span class="docs">
217-
<a target="new" href="http://www.kernel.org/pub/software/scm/git/docs/git-diff.html">docs</a> &nbsp;
217+
<a target="new" href="http://git-scm.com/docs/git-diff">docs</a> &nbsp;
218218
<a target="new" href="http://progit.org/book/ch2-2.html#viewing_your_staged_and_unstaged_changes">book</a>
219219
</span>
220220
<a name="diff">git diff</a>
@@ -416,7 +416,7 @@ <h4>
416416
<div class="box">
417417
<h2>
418418
<span class="docs">
419-
<a target="new" href="http://www.kernel.org/pub/software/scm/git/docs/git-commit.html">docs</a> &nbsp;
419+
<a target="new" href="http://git-scm.com/docs/git-commit">docs</a> &nbsp;
420420
<a target="new" href="http://progit.org/book/ch2-2.html#committing_your_changes">book</a>
421421
</span>
422422
<a name="commit">git commit</a>
@@ -596,7 +596,7 @@ <h4>
596596
<div class="box">
597597
<h2>
598598
<span class="docs">
599-
<a target="new" href="http://www.kernel.org/pub/software/scm/git/docs/git-reset.html">docs</a> &nbsp;
599+
<a target="new" href="http://git-scm.com/docs/git-reset">docs</a> &nbsp;
600600
<a target="new" href="http://progit.org/book/ch2-4.html#unstaging_a_staged_file">book</a>
601601
</span>
602602
<a name="reset">git reset HEAD</a>
@@ -694,7 +694,7 @@ <h2>
694694
<div class="box">
695695
<h2>
696696
<span class="docs">
697-
<a href="http://www.kernel.org/pub/software/scm/git/docs/git-rm.html">docs</a> &nbsp;
697+
<a href="http://git-scm.com/docs/git-rm">docs</a> &nbsp;
698698
<a href="http://progit.org/book/ch2-2.html#removing_files">book</a>
699699
</span>
700700
<a name="rm-mv">git rm</a>

0 commit comments

Comments
 (0)