1
0
Fork 0

Fixed docs links to point to git-scm/docs

This commit is contained in:
Jeffrey Guenther 2012-05-15 22:09:16 -07:00
parent ea759dbf93
commit 629b181421
2 changed files with 7 additions and 7 deletions

View File

@ -30,7 +30,7 @@ layout: reference
<div class="box"> <div class="box">
<h2> <h2>
<span class="docs"> <span class="docs">
<a target="new" href="http://www.kernel.org/pub/software/scm/git/docs/git-log.html">docs</a> &nbsp; <a target="new" href="http://git-scm.com/docs/git-log">docs</a> &nbsp;
<a target="new" href="http://progit.org/book/ch2-3.html">book</a> <a target="new" href="http://progit.org/book/ch2-3.html">book</a>
</span> </span>
<a name="log">git log</a> <a name="log">git log</a>
@ -309,7 +309,7 @@ Date: Fri Jun 4 12:58:53 2010 +0200
<div class="box"> <div class="box">
<h2> <h2>
<span class="docs"> <span class="docs">
<a target="new" href="http://www.kernel.org/pub/software/scm/git/docs/git-diff.html">docs</a> &nbsp; <a target="new" href="http://git-scm.com/docs/git-diff">docs</a> &nbsp;
<a target="new" href="http://progit.org/book/ch5-3.html#determining_what_is_introduced">book</a> <a target="new" href="http://progit.org/book/ch5-3.html#determining_what_is_introduced">book</a>
</span> </span>
<a name="diff">git diff</a> <a name="diff">git diff</a>

View File

@ -43,7 +43,7 @@ layout: reference
<div class="box"> <div class="box">
<h2> <h2>
<span class="docs"> <span class="docs">
<a target="new" href="http://www.kernel.org/pub/software/scm/git/docs/git-remote.html">docs</a> &nbsp; <a target="new" href="http://git-scm.com/docs/git-remote">docs</a> &nbsp;
<a target="new" href="http://progit.org/book/ch2-5.html#showing_your_remotes">book</a> <a target="new" href="http://progit.org/book/ch2-5.html#showing_your_remotes">book</a>
</span> </span>
<a name="remote">git remote</a> <a name="remote">git remote</a>
@ -159,7 +159,7 @@ github git@github.com:schacon/hw.git (push)
<div class="box"> <div class="box">
<h2> <h2>
<span class="docs"> <span class="docs">
<a target="new" href="http://www.kernel.org/pub/software/scm/git/docs/git-fetch.html">docs</a> &nbsp; <a target="new" href="http://git-scm.com/docs/git-fetch">docs</a> &nbsp;
<a target="new" href="http://progit.org/book/ch2-5.html#fetching_and_pulling_from_your_remotes">book</a> <a target="new" href="http://progit.org/book/ch2-5.html#fetching_and_pulling_from_your_remotes">book</a>
</span> </span>
<a name="fetch">git fetch</a> <a name="fetch">git fetch</a>
@ -170,7 +170,7 @@ github git@github.com:schacon/hw.git (push)
<h2> <h2>
<span class="docs"> <span class="docs">
<a target="new" href="http://www.kernel.org/pub/software/scm/git/docs/git-pull.html">docs</a> &nbsp; <a target="new" href="http://git-scm.com/docs/git-pull">docs</a> &nbsp;
<a target="new" href="http://progit.org/book/">book</a> <a target="new" href="http://progit.org/book/">book</a>
</span> </span>
<a name="pull">git pull</a> <a name="pull">git pull</a>
@ -195,7 +195,7 @@ github git@github.com:schacon/hw.git (push)
like this command - I prefer running <code>fetch</code> and <code>merge</code> like this command - I prefer running <code>fetch</code> and <code>merge</code>
separately. Less magic, less problems. However, if you like this idea, you separately. Less magic, less problems. However, if you like this idea, you
can read about it in more detail in the can read about it in more detail in the
<a target="new" href="http://www.kernel.org/pub/software/scm/git/docs/git-pull.html">official docs</a>. <a target="new" href="http://git-scm.com/docs/git-pull">official docs</a>.
</p> </p>
<p>Assuming you have a remote all set up and you want to pull in updates, you <p>Assuming you have a remote all set up and you want to pull in updates, you
@ -254,7 +254,7 @@ From github.com:schacon/hw
<div class="box"> <div class="box">
<h2> <h2>
<span class="docs"> <span class="docs">
<a target="new" href="http://www.kernel.org/pub/software/scm/git/docs/git-push.html">docs</a> &nbsp; <a target="new" href="http://git-scm.com/docs/git-push">docs</a> &nbsp;
<a target="new" href="http://progit.org/book/ch2-5.html#pushing_to_your_remotes">book</a> <a target="new" href="http://progit.org/book/ch2-5.html#pushing_to_your_remotes">book</a>
</span> </span>
<a name="push">git push</a> <a name="push">git push</a>