Skip to content

Commit

Permalink
[Metrics UI] Update docs link for anomaly alerts (#90981)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zacqary authored Feb 11, 2021
1 parent 748823f commit 90049b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export function createMetricAnomalyAlertType(): AlertTypeModel<MetricAnomalyAler
}),
iconClass: 'bell',
documentationUrl(docLinks) {
return `${docLinks.ELASTIC_WEBSITE_URL}guide/en/observability/${docLinks.DOC_LINK_VERSION}/metric-anomaly-alert.html`;
return `${docLinks.ELASTIC_WEBSITE_URL}guide/en/observability/${docLinks.DOC_LINK_VERSION}/infrastructure-anomaly-alert.html`;
},
alertParamsExpression: React.lazy(() => import('./components/expression')),
validate: validateMetricAnomaly,
Expand Down

0 comments on commit 90049b0

Please sign in to comment.