Fixed docs link to link to git-scm/docs pages
This commit is contained in:
parent
e1d7000be0
commit
7fa5d14fcb
@ -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>
|
||||
<a target="new" href="http://git-scm.com/docs/git-init">docs</a>
|
||||
<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>
|
||||
<a target="new" href="http://git-scm.com/docs/git-clone">docs</a>
|
||||
<a target="new" href="http://progit.org/book/ch2-1.html#cloning_an_existing_repository">book</a>
|
||||
</span>
|
||||
<a name="clone">git clone</a>
|
||||
|
Loading…
Reference in New Issue
Block a user