Skip to content

Commit 629b181

Browse files
Fixed docs links to point to git-scm/docs
1 parent ea759db commit 629b181

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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)