From b5b1b9d64e0e8772f86b624cf491e6b85d0f23b3 Mon Sep 17 00:00:00 2001 From: Kaveet Laxmidas Date: Mon, 22 Jun 2020 04:18:33 -0500 Subject: [PATCH] Docs: Fix broken link to Slack documentation (#25720) This change fixes a link broken due to link formatting on the docs. The issue is present here, in the last sentence: https://grafana.com/docs/grafana/latest/alerting/notifications/#slack --- docs/sources/alerting/notifications.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/alerting/notifications.md b/docs/sources/alerting/notifications.md index cb65457c960..ac467e6e255 100644 --- a/docs/sources/alerting/notifications.md +++ b/docs/sources/alerting/notifications.md @@ -94,8 +94,8 @@ Addresses | Email addresses to recipients. You can enter multiple email addresse To set up Slack, you need to configure an incoming Slack webhook URL. You can follow [Sending messages using Incoming Webhooks](https://api.slack.com/incoming-webhooks) on how to do that. If you want to include screenshots of the firing alerts in the Slack messages you have to configure either the [external image destination](#external-image-store) -in Grafana or a bot integration via Slack Apps. Follow Slack's guide to set up a bot integration and use the token -provided (https://api.slack.com/bot-users), which starts with "xoxb". +in Grafana or a bot integration via Slack Apps. [Follow Slack's guide to set up a bot integration](https://api.slack.com/bot-users) and use the token +provided, which starts with "xoxb". Setting | Description ---------- | -----------