Skip to content

Commit 5bdfa92

Browse files
committed
[Docs] Fix broken links in HLRC Rollup documentation
Introduced in #33521
1 parent 4029e04 commit 5bdfa92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/java-rest/high-level/rollup/put_job.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ include-tagged::{doc-tests}/RollupDocumentationIT.java[x-pack-rollup-put-rollup-
2020
==== Rollup Job Configuration
2121

2222
The `RollupJobConfig` object contains all the details about the rollup job
23-
configuration. See <<Rollup configuration, rollup-job-config>> to learn more
23+
configuration. See <<rollup-job-config, Rollup configuration>> to learn more
2424
about the various configuration settings.
2525

2626
A `RollupJobConfig` requires the following arguments:
@@ -44,7 +44,7 @@ include-tagged::{doc-tests}/RollupDocumentationIT.java[x-pack-rollup-put-rollup-
4444

4545
The grouping configuration of the Rollup job is defined in the `RollupJobConfig`
4646
using a `GroupConfig` instance. `GroupConfig` reflects all the configuration
47-
settings that can be defined using the REST API. See <<Grouping Config, rollup-groups-config>>
47+
settings that can be defined using the REST API. See <<rollup-groups-config, Grouping Config>>
4848
to learn more about these settings.
4949

5050
Using the REST API, we could define this grouping configuration:
@@ -88,7 +88,7 @@ include-tagged::{doc-tests}/RollupDocumentationIT.java[x-pack-rollup-put-rollup-
8888
After defining which groups should be generated for the data, you next configure
8989
which metrics should be collected. The list of metrics is defined in the `RollupJobConfig`
9090
using a `List<MetricConfig>` instance. `MetricConfig` reflects all the configuration
91-
settings that can be defined using the REST API. See <<Metrics Config, rollup-metrics-config>>
91+
settings that can be defined using the REST API. See <<rollup-metrics-config, Metrics Config>>
9292
to learn more about these settings.
9393

9494
Using the REST API, we could define this metrics configuration:

0 commit comments

Comments
 (0)