mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[DOCS] Fixes links to anomaly detection overview (#104350)
This commit is contained in:
parent
694f8caeb3
commit
3d2c2ed1ca
2 changed files with 2 additions and 2 deletions
|
@ -80,7 +80,7 @@ browser so that it does not block pop-up windows or create an exception for your
|
|||
|
||||
For more information about the {anomaly-detect} feature, see
|
||||
https://www.elastic.co/what-is/elastic-stack-machine-learning[{ml-cap} in the {stack}]
|
||||
and {ml-docs}/xpack-ml.html[{ml-cap} {anomaly-detect}].
|
||||
and {ml-docs}/ml-ad-overview.html[{ml-cap} {anomaly-detect}].
|
||||
|
||||
[[xpack-ml-dfanalytics]]
|
||||
== {dfanalytics-cap}
|
||||
|
|
|
@ -231,7 +231,7 @@ export class DocLinksService {
|
|||
ml: {
|
||||
guide: `${ELASTIC_WEBSITE_URL}guide/en/machine-learning/${DOC_LINK_VERSION}/index.html`,
|
||||
aggregations: `${ELASTIC_WEBSITE_URL}guide/en/machine-learning/${DOC_LINK_VERSION}/ml-configuring-aggregation.html`,
|
||||
anomalyDetection: `${ELASTIC_WEBSITE_URL}guide/en/machine-learning/${DOC_LINK_VERSION}/xpack-ml.html`,
|
||||
anomalyDetection: `${ELASTIC_WEBSITE_URL}guide/en/machine-learning/${DOC_LINK_VERSION}/ml-ad-overview.html`,
|
||||
anomalyDetectionJobs: `${ELASTIC_WEBSITE_URL}guide/en/machine-learning/${DOC_LINK_VERSION}/ml-jobs.html`,
|
||||
anomalyDetectionConfiguringCategories: `${ELASTIC_WEBSITE_URL}guide/en/machine-learning/${DOC_LINK_VERSION}/ml-configuring-categories.html`,
|
||||
anomalyDetectionBucketSpan: `${ELASTIC_WEBSITE_URL}guide/en/machine-learning/${DOC_LINK_VERSION}/create-jobs.html#bucket-span`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue