Skip to content

Commit 2fb3c46

Browse files
lcawlugosan
andauthored
[DOCS] Add missing HTML anchors to CCR and ML (#80287) (#83182)
Co-authored-by: Ugo Sangiorgi <[email protected]>
1 parent 8ef1af4 commit 2fb3c46

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/reference/ccr/apis/follow/put-follow.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ referenced leader index. When this API returns, the follower index exists, and
6969
[[ccr-put-follow-request-body]]
7070
==== {api-request-body-title}
7171

72-
`leader_index`::
72+
[[ccr-put-follow-request-body-leader_index]]`leader_index`::
7373
(Required, string) The name of the index in the leader cluster to follow.
7474

75-
`remote_cluster`::
75+
[[ccr-put-follow-request-body-remote_cluster]]`remote_cluster`::
7676
(Required, string) The <<remote-clusters,remote cluster>> containing
7777
the leader index.
7878

docs/reference/ml/anomaly-detection/apis/put-job.asciidoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=background-persist-interval]
249249
(Optional, object)
250250
include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=custom-settings]
251251

252-
`daily_model_snapshot_retention_after_days`::
252+
[[put-dailymodelsnapshotretentionafterdays]]`daily_model_snapshot_retention_after_days`::
253253
(Optional, long)
254254
include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=daily-model-snapshot-retention-after-days]
255255

@@ -259,7 +259,7 @@ include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=daily-model-snapshot-retention-
259259
include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=data-description]
260260
//End data_description
261261

262-
`datafeed_config`::
262+
[[put-datafeedconfig]]`datafeed_config`::
263263
(Optional, object) The {ml-docs}/ml-dfeeds.html[{dfeed}], which retrieves data
264264
from {es} for analysis by the job. You can associate only one {dfeed} with each
265265
{anomaly-job}.
@@ -375,19 +375,19 @@ include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=model-plot-config-terms]
375375
====
376376
//End model_plot_config
377377

378-
`model_snapshot_retention_days`::
378+
[[put-modelsnapshotretentiondays]]`model_snapshot_retention_days`::
379379
(Optional, long)
380380
include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=model-snapshot-retention-days]
381381

382-
`renormalization_window_days`::
382+
[[put-renormalizationwindowdays]]`renormalization_window_days`::
383383
(Optional, long)
384384
include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=renormalization-window-days]
385385

386-
`results_index_name`::
386+
[[put-resultsindexname]]`results_index_name`::
387387
(Optional, string)
388388
include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=results-index-name]
389389

390-
`results_retention_days`::
390+
[[put-resultsretentiondays]]`results_retention_days`::
391391
(Optional, long)
392392
include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=results-retention-days]
393393

0 commit comments

Comments
 (0)