Commit 8ee2bb54ec5e6446fa9884c116654df8195beb2b

Vicent Martí 2011-06-19T03:50:19

Merge pull request #268 from nulltoken/patch-3 Fix link to API documentation

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/README.md b/README.md
index 3b8bd95..825cf3e 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ release its source code.
 
 * Mailing list: <libgit2@librelist.org>
 * Website: <http://libgit2.github.com>
-* API documentation: <http://libgit2.github.com/libgit2/modules.html>
+* API documentation: <http://libgit2.github.com/libgit2>
 * Usage guide: <http://libgit2.github.com/api.html>
 
 What It Can Do