]> git.proxmox.com Git - libgit2.git/commitdiff
Update link to Pro Git's Git internals chapter.
authorPatrick McKenna <patrickmckenna@github.com>
Tue, 8 Mar 2016 00:34:30 +0000 (16:34 -0800)
committerPatrick McKenna <patrickmckenna@github.com>
Tue, 8 Mar 2016 00:34:30 +0000 (16:34 -0800)
examples/general.c

index 706650b6777ac42a57e3d1ddd3e0b99f6da42a3f..32fdaf407bf7ec3673efc895fe3fecfce553c4b7 100644 (file)
 // **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;
 }
-