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.