summaryrefslogtreecommitdiff
path: root/examples/general.c
diff options
context:
space:
mode:
authorCarlos Scheidegger <cscheid@research.att.com>2013-02-06 17:37:51 -0500
committerCarlos Scheidegger <cscheid@research.att.com>2013-02-06 17:37:51 -0500
commitef41ab880c9e71ecae88e6252a98ed0cdf2d80cd (patch)
treeedb21b007ae487b42a822974b1c4e86ce8828dfa /examples/general.c
parent4f1da3a2fdd93a2eee457ac95f4d10a5c61db5cf (diff)
downloadlibgit2-ef41ab880c9e71ecae88e6252a98ed0cdf2d80cd.tar.gz
removed other references to api.html
Diffstat (limited to 'examples/general.c')
-rw-r--r--examples/general.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/general.c b/examples/general.c
index 9ea264ec6..a042be011 100644
--- a/examples/general.c
+++ b/examples/general.c
@@ -8,7 +8,7 @@
// new functionality.
//
// If you're trying to write something in C using [libgit2][lg], you will also want
-// to check out the generated [API documentation][ap] and the [Usage Guide][ug]. We've
+// to check out the generated [API documentation][ap]. We've
// tried to link to the relevant sections of the API docs in each section in this file.
//
// **libgit2** only implements the core plumbing functions, not really the higher
@@ -17,7 +17,6 @@
//
// [lg]: http://libgit2.github.com
// [ap]: http://libgit2.github.com/libgit2
-// [ug]: http://libgit2.github.com/api.html
// [pg]: http://progit.org/book/ch9-0.html
// ### Includes