From ff8cb4287bea0c93f725691739bee209d7c038e2 Mon Sep 17 00:00:00 2001 From: Mark Mullan Date: Mon, 31 Jan 2022 10:52:48 -0800 Subject: [PATCH] Fix broken link for Slack attachments https://api.slack.com/docs/message-attachment results in a 404 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1e843d..47e141d 100644 --- a/README.md +++ b/README.md @@ -199,7 +199,7 @@ Optional: Explore formatting with Slack's [Message Builder][build]. -[attach]: https://api.slack.com/docs/message-attachment +[attach]: https://api.slack.com/reference/messaging/attachments [uidmap]: https://api.slack.com/changelog/2017-09-the-one-about-usernames#mapping [chans]: https://api.slack.com/docs/message-formatting#linking_to_channels_and_users [cl2017]: https://api.slack.com/changelog/2017-09-the-one-about-usernames