Skip to content

Commit cd66bc6

Browse files
author
Mikhail Sudarkin
committed
fix: Update links
1 parent 55b541e commit cd66bc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

book/05-distributed-git/sections/maintaining.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ When a topic branch has finally been merged into `master`, it's removed from the
364364
The Git project also has a `maint` branch that is forked off from the last release to provide backported patches in case a maintenance release is required.
365365
Thus, when you clone the Git repository, you have four branches that you can check out to evaluate the project in different stages of development, depending on how cutting edge you want to be or how you want to contribute; and the maintainer has a structured workflow to help them vet new contributions.
366366
The Git project's workflow is specialized.
367-
To clearly understand this you could check out the https://github.com/git/git/blob/master/Documentation/howto/maintain-git.txt[Git Maintainer's guide^].
367+
To clearly understand this you could check out the https://github.com/git/git/blob/master/Documentation/howto/maintain-git.adoc[Git Maintainer's guide^].
368368

369369
[[_rebase_cherry_pick]]
370370
===== Rebasing and Cherry-Picking Workflows

book/B-embedding-git/sections/libgit2.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,5 +233,5 @@ pygit2.Repository("/path/to/repo") # open repository
233233
==== Further Reading
234234

235235
Of course, a full treatment of Libgit2's capabilities is outside the scope of this book.
236-
If you want more information on Libgit2 itself, there's API documentation at https://libgit2.github.com/libgit2[^], and a set of guides at https://libgit2.github.com/docs[^].
236+
If you want more information on Libgit2 itself, there's API documentation at https://libgit2.org/docs/reference/[^], and a set of guides at https://libgit2.org/docs/guides/101-samples/[^].
237237
For the other bindings, check the bundled README and tests; there are often small tutorials and pointers to further reading there.

0 commit comments

Comments
 (0)