From 36120a3166d24c4d311685144d231c911eaa02cb Mon Sep 17 00:00:00 2001 From: Pavel Lakosnikov Date: Thu, 19 Aug 2021 18:42:59 +0300 Subject: [PATCH] fix block_context.go doc link --- block_context.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/block_context.go b/block_context.go index c37bf27e9..384fee22b 100644 --- a/block_context.go +++ b/block_context.go @@ -3,7 +3,7 @@ package slack // ContextBlock defines data that is used to display message context, which can // include both images and text. // -// More Information: https://api.slack.com/reference/messaging/blocks#actions +// More Information: https://api.slack.com/reference/messaging/blocks#context type ContextBlock struct { Type MessageBlockType `json:"type"` BlockID string `json:"block_id,omitempty"`