|
38 | 38 | <div class="box">
|
39 | 39 | <h2>
|
40 | 40 | <span class="docs">
|
41 |
| - <a target="new" href="http://www.kernel.org/pub/software/scm/git/docs/git-add.html">docs</a> |
| 41 | + <a target="new" href="http://git-scm.com/docs/git-add">docs</a> |
42 | 42 | <a target="new" href="http://progit.org/book/ch2-2.html#tracking_new_files">book</a>
|
43 | 43 | </span>
|
44 | 44 | <a name="add">git add</a>
|
|
130 | 130 | <div class="box">
|
131 | 131 | <h2>
|
132 | 132 | <span class="docs">
|
133 |
| - <a target="new" href="http://www.kernel.org/pub/software/scm/git/docs/git-status.html">docs</a> |
| 133 | + <a target="new" href="http://git-scm.com/docs/git-status">docs</a> |
134 | 134 | <a target="new" href="http://progit.org/book/ch2-2.html#checking_the_status_of_your_files">book</a>
|
135 | 135 | </span>
|
136 | 136 | <a name="status">git status</a>
|
|
214 | 214 | <div class="box">
|
215 | 215 | <h2>
|
216 | 216 | <span class="docs">
|
217 |
| - <a target="new" href="http://www.kernel.org/pub/software/scm/git/docs/git-diff.html">docs</a> |
| 217 | + <a target="new" href="http://git-scm.com/docs/git-diff">docs</a> |
218 | 218 | <a target="new" href="http://progit.org/book/ch2-2.html#viewing_your_staged_and_unstaged_changes">book</a>
|
219 | 219 | </span>
|
220 | 220 | <a name="diff">git diff</a>
|
|
416 | 416 | <div class="box">
|
417 | 417 | <h2>
|
418 | 418 | <span class="docs">
|
419 |
| - <a target="new" href="http://www.kernel.org/pub/software/scm/git/docs/git-commit.html">docs</a> |
| 419 | + <a target="new" href="http://git-scm.com/docs/git-commit">docs</a> |
420 | 420 | <a target="new" href="http://progit.org/book/ch2-2.html#committing_your_changes">book</a>
|
421 | 421 | </span>
|
422 | 422 | <a name="commit">git commit</a>
|
|
596 | 596 | <div class="box">
|
597 | 597 | <h2>
|
598 | 598 | <span class="docs">
|
599 |
| - <a target="new" href="http://www.kernel.org/pub/software/scm/git/docs/git-reset.html">docs</a> |
| 599 | + <a target="new" href="http://git-scm.com/docs/git-reset">docs</a> |
600 | 600 | <a target="new" href="http://progit.org/book/ch2-4.html#unstaging_a_staged_file">book</a>
|
601 | 601 | </span>
|
602 | 602 | <a name="reset">git reset HEAD</a>
|
|
694 | 694 | <div class="box">
|
695 | 695 | <h2>
|
696 | 696 | <span class="docs">
|
697 |
| - <a href="http://www.kernel.org/pub/software/scm/git/docs/git-rm.html">docs</a> |
| 697 | + <a href="http://git-scm.com/docs/git-rm">docs</a> |
698 | 698 | <a href="http://progit.org/book/ch2-2.html#removing_files">book</a>
|
699 | 699 | </span>
|
700 | 700 | <a name="rm-mv">git rm</a>
|
|
0 commit comments