summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McKenna <patrickmckenna@github.com>2016-03-07 16:34:30 -0800
committerPatrick McKenna <patrickmckenna@github.com>2016-03-07 16:34:30 -0800
commit698e0c277768b757ce32516952c9af2eb8895c53 (patch)
treebf204843409f86203d72924066bb2fe753883eae
parent785d8c48ea8725691da3c50e7dae8751523d4c30 (diff)
downloadlibgit2-698e0c277768b757ce32516952c9af2eb8895c53.tar.gz
Update link to Pro Git's Git internals chapter.
-rw-r--r--examples/general.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/general.c b/examples/general.c
index 706650b67..32fdaf407 100644
--- a/examples/general.c
+++ b/examples/general.c
@@ -28,11 +28,11 @@
// **libgit2** (for the most part) only implements the core plumbing
// functions, not really the higher level porcelain stuff. For a primer on
// Git Internals that you will need to know to work with Git at this level,
-// check out [Chapter 9][pg] of the Pro Git book.
+// check out [Chapter 10][pg] of the Pro Git book.
//
// [lg]: http://libgit2.github.com
// [ap]: http://libgit2.github.com/libgit2
-// [pg]: http://progit.org/book/ch9-0.html
+// [pg]: https://git-scm.com/book/en/v2/Git-Internals-Plumbing-and-Porcelain
// ### Includes
@@ -528,4 +528,3 @@ int main (int argc, char** argv)
return 0;
}
-