From 28c691019128913f9c1f527376ec46dc90ff8597 Mon Sep 17 00:00:00 2001 From: Kaveet Laxmidas Date: Tue, 18 Aug 2020 14:32:23 -0500 Subject: [PATCH] Update link to Slack attachments reference Updates a link to the Slack documentation to point to an up-to-date list of available attachment colors. The previous link redirects from https://api.slack.com/docs/message-attachments#color to https://api.slack.com/messaging/composing/layouts#attachments and no longer contains the list of available colors. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3b5d4ca..d6d35177 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ The ID of the channel to post the message to. **Required** if no `channel` is pr ### `color` -The color to use for the notification. Can be a hex value or any [valid Slack color level](https://api.slack.com/docs/message-attachments#color) (e.g. `good`). Defaults to `#cccccc`. +The color to use for the notification. Can be a hex value or any [valid Slack color level](https://api.slack.com/reference/messaging/attachments#fields) (e.g. `good`). Defaults to `#cccccc`. ### `message_id`