Skip to content

Commit 13996d9

Browse files
committed
Fix duplicate IDs
Asciidoctor automatically creates an anchor "_git_p4"for the "Git-p4" section in client-p4.asc which is the same as the anchor explicitly defined in import-p4.asc. This is the same case for "_task_lists" in 2-contributing.asc and "_audit_log" in 4-managing-organization. http://asciidoctor.org/docs/user-manual/#automatic-anchors
1 parent e421495 commit 13996d9

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

book/06-github/sections/2-contributing.asc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,9 +313,9 @@ You can create a task list like this:
313313
- [ ] Document the code
314314
----
315315

316-
If we include this in the description of our Pull Request or Issue, we'll see it rendered like <<_task_lists>>
316+
If we include this in the description of our Pull Request or Issue, we'll see it rendered like <<_eg_task_lists>>
317317

318-
[[_task_lists]]
318+
[[_eg_task_lists]]
319319
.Task lists rendered in a Markdown comment.
320320
image::images/markdown-02-tasks.png[Example Task List]
321321

book/06-github/sections/4-managing-organization.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Special-interest teams like `ux`, `css`, or `refactoring` are useful for certain
6565
Organizations also give owners access to all the information about what went on under the organization.
6666
You can go to the 'Audit Log' tab and see what events have happened at an organization level, who did them and where in the world they were done.
6767

68-
[[_audit_log]]
68+
[[_the_audit_log]]
6969
.The Audit log.
7070
image::images/orgs-03-audit.png[]
7171

book/09-git-and-other-scms/sections/client-p4.asc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,7 @@ You can even use Git submodules (though they'll look strange to Perforce users),
312312

313313
If you can't convince the administrator of your server to set up Git Fusion, there is still a way to use these tools together.
314314

315+
[[_git_p4_client]]
315316
===== Git-p4
316317

317318
(((git commands, p4)))

0 commit comments

Comments
 (0)