From 0b3d7571723d145da2a86fc167842177e6f0eb16 Mon Sep 17 00:00:00 2001 From: Domas Date: Thu, 6 May 2021 16:46:33 +0300 Subject: [PATCH] fix links to dashboard settings (#33782) --- .../features/alerting/unified/components/rules/RulesGroup.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/alerting/unified/components/rules/RulesGroup.tsx b/public/app/features/alerting/unified/components/rules/RulesGroup.tsx index 3c91b14644d..46f6e048587 100644 --- a/public/app/features/alerting/unified/components/rules/RulesGroup.tsx +++ b/public/app/features/alerting/unified/components/rules/RulesGroup.tsx @@ -68,7 +68,7 @@ export const RulesGroup: FC = React.memo(({ group, namespace }) => { const rulerRule = group.rules[0]?.rulerRule; const folderUID = rulerRule && isGrafanaRulerRule(rulerRule) && rulerRule.grafana_alert.namespace_uid; if (folderUID) { - const baseUrl = `dashboards/f/${folderUID}/${kbn.slugifyForUrl(namespace.name)}`; + const baseUrl = `/dashboards/f/${folderUID}/${kbn.slugifyForUrl(namespace.name)}`; actionIcons.push(); actionIcons.push(