Skip to content

Commit 679b1c3

Browse files
Update commands.md
1 parent 07286f2 commit 679b1c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/concepts/commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Your app can use the `command()` method to listen to incoming slash command requ
88

99
Commands must be acknowledged with `ack()` to inform Slack your app has received the request.
1010

11-
There are two ways to respond to slash commands. The first way is to use `say()`, which accepts a string or JSON payload. The second is `respond()` which is a utility for the `response_url`. These are explained in more depth in the [responding to actions](/bolt-python/concepts/actions) section.
11+
There are two ways to respond to slash commands. The first way is to use `say()`, which accepts a string or JSON payload. The second is `respond()` which is a utility for the `response_url`. These are explained in more depth in the [responding to actions](/concepts/actions) section.
1212

1313
When setting up commands within your app configuration, you'll append `/slack/events` to your request URL.
1414

0 commit comments

Comments
 (0)