Skip to content

Commit 2af3530

Browse files
author
Matthew McCullough
committed
Merge pull request #39 from jrguenther/master
Fixed docs links to point to git-scm.com/docs
2 parents bebd978 + 629b181 commit 2af3530

File tree

5 files changed

+21
-21
lines changed

5 files changed

+21
-21
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>

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>

creating/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h2>Getting and Creating Projects</h2>
2323
<div class="box">
2424
<h2>
2525
<span class="docs">
26-
<a target="new" href="http://www.kernel.org/pub/software/scm/git/docs/git-init.html">docs</a> &nbsp;
26+
<a target="new" href="http://git-scm.com/docs/git-init">docs</a> &nbsp;
2727
<a target="new" href="http://progit.org/book/ch2-1.html#initializing_a_repository_in_an_existing_directory">book</a>
2828
</span>
2929
<a name="init">git init</a>
@@ -74,7 +74,7 @@ <h2>
7474
<div class="box">
7575
<h2>
7676
<span class="docs">
77-
<a target="new" href="http://www.kernel.org/pub/software/scm/git/docs/git-clone.html">docs</a> &nbsp;
77+
<a target="new" href="http://git-scm.com/docs/git-clone">docs</a> &nbsp;
7878
<a target="new" href="http://progit.org/book/ch2-1.html#cloning_an_existing_repository">book</a>
7979
</span>
8080
<a name="clone">git clone</a>

inspect/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h2>
3030
<div class="box">
3131
<h2>
3232
<span class="docs">
33-
<a target="new" href="http://www.kernel.org/pub/software/scm/git/docs/git-log.html">docs</a> &nbsp;
33+
<a target="new" href="http://git-scm.com/docs/git-log">docs</a> &nbsp;
3434
<a target="new" href="http://progit.org/book/ch2-3.html">book</a>
3535
</span>
3636
<a name="log">git log</a>
@@ -309,7 +309,7 @@ <h4>
309309
<div class="box">
310310
<h2>
311311
<span class="docs">
312-
<a target="new" href="http://www.kernel.org/pub/software/scm/git/docs/git-diff.html">docs</a> &nbsp;
312+
<a target="new" href="http://git-scm.com/docs/git-diff">docs</a> &nbsp;
313313
<a target="new" href="http://progit.org/book/ch5-3.html#determining_what_is_introduced">book</a>
314314
</span>
315315
<a name="diff">git diff</a>

remotes/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ <h2>
4343
<div class="box">
4444
<h2>
4545
<span class="docs">
46-
<a target="new" href="http://www.kernel.org/pub/software/scm/git/docs/git-remote.html">docs</a> &nbsp;
46+
<a target="new" href="http://git-scm.com/docs/git-remote">docs</a> &nbsp;
4747
<a target="new" href="http://progit.org/book/ch2-5.html#showing_your_remotes">book</a>
4848
</span>
4949
<a name="remote">git remote</a>
@@ -159,7 +159,7 @@ <h4>
159159
<div class="box">
160160
<h2>
161161
<span class="docs">
162-
<a target="new" href="http://www.kernel.org/pub/software/scm/git/docs/git-fetch.html">docs</a> &nbsp;
162+
<a target="new" href="http://git-scm.com/docs/git-fetch">docs</a> &nbsp;
163163
<a target="new" href="http://progit.org/book/ch2-5.html#fetching_and_pulling_from_your_remotes">book</a>
164164
</span>
165165
<a name="fetch">git fetch</a>
@@ -170,7 +170,7 @@ <h2>
170170

171171
<h2>
172172
<span class="docs">
173-
<a target="new" href="http://www.kernel.org/pub/software/scm/git/docs/git-pull.html">docs</a> &nbsp;
173+
<a target="new" href="http://git-scm.com/docs/git-pull">docs</a> &nbsp;
174174
<a target="new" href="http://progit.org/book/">book</a>
175175
</span>
176176
<a name="pull">git pull</a>
@@ -195,7 +195,7 @@ <h2>
195195
like this command - I prefer running <code>fetch</code> and <code>merge</code>
196196
separately. Less magic, less problems. However, if you like this idea, you
197197
can read about it in more detail in the
198-
<a target="new" href="http://www.kernel.org/pub/software/scm/git/docs/git-pull.html">official docs</a>.
198+
<a target="new" href="http://git-scm.com/docs/git-pull">official docs</a>.
199199
</p>
200200

201201
<p>Assuming you have a remote all set up and you want to pull in updates, you
@@ -254,7 +254,7 @@ <h2>
254254
<div class="box">
255255
<h2>
256256
<span class="docs">
257-
<a target="new" href="http://www.kernel.org/pub/software/scm/git/docs/git-push.html">docs</a> &nbsp;
257+
<a target="new" href="http://git-scm.com/docs/git-push">docs</a> &nbsp;
258258
<a target="new" href="http://progit.org/book/ch2-5.html#pushing_to_your_remotes">book</a>
259259
</span>
260260
<a name="push">git push</a>

0 commit comments

Comments
 (0)