From 0d6b30ee280392c17f39b1921127e230e144d11b Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Mon, 5 Apr 2021 13:51:35 +0100 Subject: [PATCH] CloudWarch: Fix service quotas link (#32686) (#32689) (cherry picked from commit bc60991fae05c7a3fb8132167bc2d88c504ce235) Co-authored-by: Giordano Ricci --- .../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