From a3ef453ff62c4ba29642df342e685781b4506f7d Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Thu, 30 Mar 2023 09:27:49 +0100 Subject: [PATCH] [v9.4.x] Docs: updates type to integration (#65592) Docs: updates type to integration (#65591) * Docs: updates type to integration * fixes link * fixes links (cherry picked from commit c77aa11545f8728f7a991abfc8ac7954eb1b6c94) Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com> --- .../sources/alerting/fundamentals/contact-points/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/sources/alerting/fundamentals/contact-points/index.md b/docs/sources/alerting/fundamentals/contact-points/index.md index f432dfff388..63a8a8f858c 100644 --- a/docs/sources/alerting/fundamentals/contact-points/index.md +++ b/docs/sources/alerting/fundamentals/contact-points/index.md @@ -25,9 +25,9 @@ You can also use notification templating to customize notification messages for If you've created an OnCall contact point in the Grafana OnCall application, you can view it in the Alerting application. -## Supported contact point types +## Supported contact point integrations -The following table lists the contact point types supported by Grafana. +The following table lists the contact point integrations supported by Grafana. | Name | Type | Grafana Alertmanager | Other Alertmanagers | | ------------------------------------------------ | ------------------------- | -------------------- | -------------------------------------------------------------------------------------------------------- | @@ -54,6 +54,6 @@ The following table lists the contact point types supported by Grafana. ## Useful links -[Manage contact points](https://grafana.com/docs/grafana/next/alerting/manage-notifications/create-contact-point/) +[Manage contact points](/docs/grafana/next/alerting/manage-notifications/create-contact-point/) -[Create and edit notification templates](https://grafana.com/docs/grafana/next/alerting/manage-notifications/create-message-template/) +[Create and edit notification templates](/docs/grafana/next/alerting/manage-notifications/create-message-template/)