From 5e743dec597f4c6a306d81331580032b4e097d23 Mon Sep 17 00:00:00 2001 From: Mike Lay Date: Mon, 13 Nov 2023 17:58:41 -0800 Subject: [PATCH] Fix link in docs --- docs/_basic/listening_actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_basic/listening_actions.md b/docs/_basic/listening_actions.md index 7434143cb..9ce2112c2 100644 --- a/docs/_basic/listening_actions.md +++ b/docs/_basic/listening_actions.md @@ -14,7 +14,7 @@ You’ll notice in all `action()` examples, `ack()` is used. It is required to c *Note: Since v2, message shortcuts (previously message actions) now use the `shortcut()` method instead of the `action()` method. View the [migration guide for V2](https://slack.dev/bolt/tutorial/migration-v2) to learn about the changes.* -Learn more about the `block_actions` payload, [here](https://api.slack.com/reference/interaction-). To access the full payload of a view from within a listener, reference the `body` argument within your callback function. +Learn more about the `block_actions` payload, [here](https://api.slack.com/reference/interaction-payloads). To access the full payload of a view from within a listener, reference the `body` argument within your callback function.