Skip to content

Commit d37e1bd

Browse files
authored
Fix broken anchors (#119802)
1 parent 230acb8 commit d37e1bd

File tree

7 files changed

+9
-4
lines changed

7 files changed

+9
-4
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/gateway.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[[modules-gateway]]
22
=== Local gateway settings
33

4+
[[dangling-indices]]
45
The local gateway stores the cluster state and shard data across full
56
cluster restarts.
67

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/advanced-configuration.asciidoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ CAUTION: Setting your own JVM options is generally not recommended and could neg
1919
impact performance and stability. Using the {es}-provided defaults
2020
is recommended in most circumstances.
2121

22+
[[readiness-tcp-port]]
2223
NOTE: Do not modify the root `jvm.options` file. Use files in `jvm.options.d/` instead.
2324

2425
[[jvm-options-syntax]]
@@ -153,7 +154,7 @@ options. We do not recommend using `ES_JAVA_OPTS` in production.
153154
NOTE: If you are running {es} as a Windows service, you can change the heap size
154155
using the service manager. See <<windows-service>>.
155156

156-
[[heap-dump-path]]
157+
[[heap-dump-path-setting]]
157158
include::important-settings/heap-dump-path.asciidoc[leveloffset=-1]
158159

159160
[[gc-logging]]

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)