Skip to content

Commit 576a4c2

Browse files
committed
[Docs] Fix broken external links in HLRC Rollup documentation
Another attempt. Introduced in #33521
1 parent e5c0c02 commit 576a4c2

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

+3-3
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-job-config, Rollup configuration>> to learn more
23+
configuration. See {ref}/rollup-job-config.html[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 <<rollup-groups-config, Grouping Config>>
47+
settings that can be defined using the REST API. See {ref}/rollup-job-config.html#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 <<rollup-metrics-config, Metrics Config>>
91+
settings that can be defined using the REST API. See {ref}/rollup-job-config.html#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)