Skip to content

Commit 6b62f67

Browse files
committed
Replace hardcoded incorrect reference to Chapter 6
Updated policy.asc in Chapter 8 to use a link to the relevant section in Chapter 7 rather than a hardcoded and incorrect reference to Chapter 6.
1 parent ee162f0 commit 6b62f67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/08-customizing-git/sections/policy.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ target_shas.each do |sha|
427427
end
428428
end
429429
----
430-
This script uses a syntax that wasn't covered in the Revision Selection section of Chapter 6. You get a list of commits that have already been pushed up by running this:
430+
This script uses a syntax that wasn't covered in the <<_revision_selection>> section of <<_git_tools>>. You get a list of commits that have already been pushed up by running this:
431431

432432
[source,ruby]
433433
----

0 commit comments

Comments
 (0)