Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eee1799

Browse files
author
Edward Thomson
committed
Merge pull request libgit2#3658 from patrickmckenna/update-pro-git-link
Update link to Pro Git's Git internals chapter
2 parents 785d8c4 + 698e0c2 commit eee1799

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

examples/general.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
// **libgit2** (for the most part) only implements the core plumbing
2929
// functions, not really the higher level porcelain stuff. For a primer on
3030
// 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.
31+
// check out [Chapter 10][pg] of the Pro Git book.
3232
//
3333
// [lg]: http://libgit2.github.com
3434
// [ap]: http://libgit2.github.com/libgit2
35-
// [pg]: http://progit.org/book/ch9-0.html
35+
// [pg]: https://git-scm.com/book/en/v2/Git-Internals-Plumbing-and-Porcelain
3636

3737
// ### Includes
3838

@@ -528,4 +528,3 @@ int main (int argc, char** argv)
528528

529529
return 0;
530530
}
531-

0 commit comments

Comments
 (0)