diff --git a/public/app/features/alerting/unified/components/rule-editor/DetailsStep.tsx b/public/app/features/alerting/unified/components/rule-editor/DetailsStep.tsx index 799b89f67cf..a33071e7a05 100644 --- a/public/app/features/alerting/unified/components/rule-editor/DetailsStep.tsx +++ b/public/app/features/alerting/unified/components/rule-editor/DetailsStep.tsx @@ -12,7 +12,7 @@ function getDescription(ruleType: RuleFormType | undefined) { return 'Select the Namespace and Group for your recording rule.'; } const docsLink = - 'https://grafana.com/docs/grafana/latest/alerting/fundamentals/annotation-label/variables-label-annotation/#the-values-variable'; + 'https://grafana.com/docs/grafana/latest/alerting/fundamentals/annotation-label/variables-label-annotation'; const LinkToDocs = () => ( Click{' '} @@ -26,8 +26,7 @@ function getDescription(ruleType: RuleFormType | undefined) { return ( {' '} - Write a summary to help you better manage your alerts. - + Write a summary to help you better manage your alerts. ); } @@ -36,7 +35,6 @@ function getDescription(ruleType: RuleFormType | undefined) { {' '} Select the Namespace and evaluation group for your alert. Write a summary to help you better manage your alerts.{' '} - ); }