Skip to content

Commit

Permalink
update all the api links to the new docs
Browse files Browse the repository at this point in the history
  • Loading branch information
schacon committed Jun 14, 2011
1 parent 0917627 commit 7ee0666
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions api.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h2 id="started">Getting started</h2>
</p>

<p>You can also see heavily documented, compilable example C files
using libgit2 <a href="http://schacon.github.com/libgit2-examples/">here</a></p>
using libgit2 <a href="http://libgit2.github.com/libgit2/ex/HEAD/libgit.html">here</a></p>

<p>To get started, you need to initialize the <code>Repository</code>
object. This is the starting point for most of what you will do with
Expand Down Expand Up @@ -237,7 +237,7 @@ <h2 id="parsing">Object Parsing and Writing</h2>
are sure that an object won't be needed again, you can manually free it
using the <code>git_object_free(obj)</code> method.</p>

<a class="apilink" href="http://libgit2.github.com/libgit2/group__git__commit.html">Commit API</a>
<a class="apilink" href="http://libgit2.github.com/libgit2/#HEAD/group/commit">Commit API</a>
<h3 id="commits">Commits</h3>


Expand Down Expand Up @@ -335,7 +335,7 @@ <h3 id="commits">Commits</h3>
obj.write # write back to the database
</pre>

<a class="apilink" href="http://libgit2.github.com/libgit2/group__git__tag.html">Tag API</a>
<a class="apilink" href="http://libgit2.github.com/libgit2/#HEAD/group/tag">Tag API</a>
<h3 id="tags">Tags</h3>

<span class="shtitle">C</span>
Expand Down Expand Up @@ -375,7 +375,7 @@ <h3 id="tags">Tags</h3>
</pre>


<a class="apilink" href="http://libgit2.github.com/libgit2/group__git__tree.html">Tree API</a>
<a class="apilink" href="http://libgit2.github.com/libgit2/#HEAD/group/tree">Tree API</a>
<h3 id="trees">Trees</h3>


Expand Down Expand Up @@ -419,7 +419,7 @@ <h3 id="trees">Trees</h3>
puts enumdir # "README:subdir:new.txt"
</pre>

<a class="apilink" href="http://libgit2.github.com/libgit2/group__git__blob.html">Blob API</a>
<a class="apilink" href="http://libgit2.github.com/libgit2/#HEAD/group/blob">Blob API</a>
<h3 id="blobs">Blobs</h3>

<p>Since blobs are basically unstructured, there isn't a lot the blob routines
Expand Down Expand Up @@ -519,7 +519,7 @@ <h2 id="index">Index Manipulation</h2>
These cover being able to read and write the Git index file - stage and
unstage files, that sort of thing.</p>

<a class="apilink" href="http://libgit2.github.com/libgit2/group__git__index.html">Index API</a>
<a class="apilink" href="http://libgit2.github.com/libgit2/#HEAD/group/index">Index API</a>
<h3 id="indexread">Reading Index Files</h3>


Expand Down

0 comments on commit 7ee0666

Please sign in to comment.