Skip to content

Commit 93301b8

Browse files
committed
readd anchors that are breaking 8.x tests
1 parent 385040d commit 93301b8

File tree

5 files changed

+6
-3
lines changed

5 files changed

+6
-3
lines changed

docs/reference/modules/discovery/publishing.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ and latency of the network interconnections between all nodes in the cluster.
7777
You must therefore ensure that the storage and networking available to the
7878
nodes in your cluster are good enough to meet your performance goals.
7979

80-
[[dangling-indices]]
80+
[[dangling-index]]
8181
==== Dangling indices
8282

8383
When a node joins the cluster, if it finds any shards stored in its local

docs/reference/modules/network.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ include::network/tracers.asciidoc[]
287287

288288
include::network/threading.asciidoc[]
289289

290-
[[readiness-tcp-port]]
290+
[[tcp-readiness-port]]
291291
==== TCP readiness port
292292

293293
preview::[]

docs/reference/modules/node.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ The following additional roles are available:
4646

4747
* `voting_only`
4848

49+
[[coordinating-only-node]]If you leave `node.roles` unset, then the node is considered to be a <<coordinating-only-node-role,coordinating only node>>.
50+
4951
[IMPORTANT]
5052
====
5153
If you set `node.roles`, ensure you specify every node role your cluster needs.

docs/reference/node-roles.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ node.roles: [ ingest ]
359359
----
360360

361361
[discrete]
362-
[[coordinating-only-node]]
362+
[[coordinating-only-node-role]]
363363
==== Coordinating only node
364364

365365
If you take away the ability to be able to handle master duties, to hold data,

docs/reference/setup/important-settings.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ include::important-settings/discovery-settings.asciidoc[]
4141

4242
include::important-settings/heap-size.asciidoc[]
4343

44+
[[heap-dump-path]]
4445
include::important-settings/heap-dump-path.asciidoc[]
4546

4647
include::important-settings/gc-logging.asciidoc[]

0 commit comments

Comments
 (0)