From dac16458ce30d14d8d24de74ee41db6f433ed1e1 Mon Sep 17 00:00:00 2001 From: Pepe Cano <825430+ppcano@users.noreply.github.com> Date: Thu, 25 Apr 2024 23:48:36 +0200 Subject: [PATCH] fix: update doc links (#760) * fix: update `Alerting docs` link and copy * fix: update doc URLs after reorganization * fix: update probes link --- src/components/DocsLink/DocsLink.tsx | 8 ++++---- src/page/AlertingPage.tsx | 17 +---------------- .../AssertionsTable/AssertionsTable.tsx | 2 +- 3 files changed, 6 insertions(+), 21 deletions(-) diff --git a/src/components/DocsLink/DocsLink.tsx b/src/components/DocsLink/DocsLink.tsx index 79cd39e3b..907e3f28c 100644 --- a/src/components/DocsLink/DocsLink.tsx +++ b/src/components/DocsLink/DocsLink.tsx @@ -4,10 +4,10 @@ import { Icon, useStyles2 } from '@grafana/ui'; import { css, cx } from '@emotion/css'; const docs = { - probes: `https://grafana.com/docs/grafana-cloud/monitor-public-endpoints/#probes`, - publicProbes: `https://grafana.com/docs/grafana-cloud/monitor-public-endpoints/probes/`, - privateProbes: `https://grafana.com/docs/grafana-cloud/monitor-public-endpoints/private-probes/`, - addPrivateProbe: `https://grafana.com/docs/grafana-cloud/monitor-public-endpoints/private-probes/#add-a-new-probe-in-your-grafana-instance`, + probes: `https://grafana.com/docs/grafana-cloud/testing/synthetic-monitoring/create-checks/public-probes/`, + publicProbes: `https://grafana.com/docs/grafana-cloud/testing/synthetic-monitoring/create-checks/public-probes/`, + privateProbes: `https://grafana.com/docs/grafana-cloud/testing/synthetic-monitoring/set-up/set-up-private-probes/`, + addPrivateProbe: `https://grafana.com/docs/grafana-cloud/testing/synthetic-monitoring/set-up/set-up-private-probes/#add-a-new-probe-in-your-grafana-instance`, }; type DocsLinkProps = { diff --git a/src/page/AlertingPage.tsx b/src/page/AlertingPage.tsx index 5496de7bc..a5578115d 100644 --- a/src/page/AlertingPage.tsx +++ b/src/page/AlertingPage.tsx @@ -89,25 +89,10 @@ const Alerting = () => {

View and edit default alerts for Synthetic Monitoring here. To tie one of these alerts to a check, you must select the alert sensitivity from the Alerting section of the check form when creating a check.{' '} - + Learn more about alerting for Synthetic Monitoring.

-

- Routes and receivers must be configured in{' '} - - Grafana Alerting - {' '} - in order to be notified when an alert fires.{' '} - - Learn more about configuring Alertmanager - -

{!alertRules && } {alertError && ( diff --git a/src/scenes/SCRIPTED/AssertionsTable/AssertionsTable.tsx b/src/scenes/SCRIPTED/AssertionsTable/AssertionsTable.tsx index 0382215e6..5bd04aadb 100644 --- a/src/scenes/SCRIPTED/AssertionsTable/AssertionsTable.tsx +++ b/src/scenes/SCRIPTED/AssertionsTable/AssertionsTable.tsx @@ -216,7 +216,7 @@ function AssertionsTable({ model }: SceneComponentProps