Commit 70ecec1a7c2458796711e841da2fd1a0a0f24fc7

Vicent Martí 2013-02-08T23:47:38

Merge pull request #1320 from cscheid/development removed other references to api.html

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff --git a/examples/general.c b/examples/general.c
index 9ea264e..a042be0 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