Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 785d8c4 + 698e0c2 commit eee1799Copy full SHA for eee1799
examples/general.c
@@ -28,11 +28,11 @@
28
// **libgit2** (for the most part) only implements the core plumbing
29
// functions, not really the higher level porcelain stuff. For a primer on
30
// Git Internals that you will need to know to work with Git at this level,
31
-// check out [Chapter 9][pg] of the Pro Git book.
+// check out [Chapter 10][pg] of the Pro Git book.
32
//
33
// [lg]: http://libgit2.github.com
34
// [ap]: http://libgit2.github.com/libgit2
35
-// [pg]: http://progit.org/book/ch9-0.html
+// [pg]: https://git-scm.com/book/en/v2/Git-Internals-Plumbing-and-Porcelain
36
37
// ### Includes
38
@@ -528,4 +528,3 @@ int main (int argc, char** argv)
528
529
return 0;
530
}
531
-
0 commit comments