From 347e4937c5fa3d9f017b6d56bba852187b49baf9 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 20 Aug 2016 14:33:40 +0200 Subject: [PATCH] Remove dupl. content --- source/_components/notify.slack.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/notify.slack.markdown b/source/_components/notify.slack.markdown index 54df1121347..976a77192d0 100644 --- a/source/_components/notify.slack.markdown +++ b/source/_components/notify.slack.markdown @@ -31,7 +31,7 @@ notify: Configuration variables: - **name** (*Optional*): Setting the optional parameter `name` allows multiple notifiers to be created. The default value is `notify`. The notifier will bind to the service `notify.NOTIFIER_NAME`. -- **api_key** (*Required*): The slack API token to use for sending slack messages. You can get your slack API token here https://api.slack.com/web?sudo=1 +- **api_key** (*Required*): The slack API token to use for sending slack messages. - **default_channel** (*Required*): The default channel to post to if no channel is explicitly specified when sending the notification message. To use notifications, please see the [getting started with automation page](/getting-started/automation/).