Skip to content

Commit 2c500ad

Browse files
authored
Merge pull request #739 from HairyFotr/fixlink
Fix broken link
2 parents e9fcaac + 0488270 commit 2c500ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ image::images/large-merges-2.png[Merging contributed topic branches into long-te
356356
When a topic branch has finally been merged into `master`, it's removed from the repository.
357357
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.
358358
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.
359-
The Git project's workflow is specialized. To clearly understand this you could check out the https://github.com/git/git/blob/master/Documentaion/howto/maintain-git.txt[Git Maintainer's guide].
359+
The Git project's workflow is specialized. 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].
360360

361361
[[_rebase_cherry_pick]]
362362
===== Rebasing and Cherry-Picking Workflows

0 commit comments

Comments
 (0)