1
0
Fork 0

Fixed docs link to link to git-scm/docs pages

This commit is contained in:
Jeffrey Guenther 2012-05-15 21:59:36 -07:00
parent e1d7000be0
commit 7fa5d14fcb
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ layout: reference
<div class="box">
<h2>
<span class="docs">
<a target="new" href="http://www.kernel.org/pub/software/scm/git/docs/git-init.html">docs</a> &nbsp;
<a target="new" href="http://git-scm.com/docs/git-init">docs</a> &nbsp;
<a target="new" href="http://progit.org/book/ch2-1.html#initializing_a_repository_in_an_existing_directory">book</a>
</span>
<a name="init">git init</a>
@ -74,7 +74,7 @@ Initialized empty Git repository in /opt/konichiwa/.git/
<div class="box">
<h2>
<span class="docs">
<a target="new" href="http://www.kernel.org/pub/software/scm/git/docs/git-clone.html">docs</a> &nbsp;
<a target="new" href="http://git-scm.com/docs/git-clone">docs</a> &nbsp;
<a target="new" href="http://progit.org/book/ch2-1.html#cloning_an_existing_repository">book</a>
</span>
<a name="clone">git clone</a>