From bc60991fae05c7a3fb8132167bc2d88c504ce235 Mon Sep 17 00:00:00 2001 From: Giordano Ricci Date: Mon, 5 Apr 2021 12:59:59 +0100 Subject: [PATCH] CloudWarch: Fix service quotas link (#32686) --- .../datasource/cloudwatch/components/ThrottlingErrorMessage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/plugins/datasource/cloudwatch/components/ThrottlingErrorMessage.tsx b/public/app/plugins/datasource/cloudwatch/components/ThrottlingErrorMessage.tsx index 7dd2866faf8..0e65aeb3770 100644 --- a/public/app/plugins/datasource/cloudwatch/components/ThrottlingErrorMessage.tsx +++ b/public/app/plugins/datasource/cloudwatch/components/ThrottlingErrorMessage.tsx @@ -20,7 +20,7 @@ export const ThrottlingErrorMessage: FunctionComponent = ({ region }) => target="_blank" rel="noreferrer" className="text-link" - href={`https://grafana.com/docs/features/datasources/cloudwatch/#service-quotas`} + href="https://grafana.com/docs/grafana/latest/datasources/cloudwatch/#service-quotas" > documentation