Skip to content

Commit 37aa624

Browse files
incorrect link
1 parent b4460f2 commit 37aa624

File tree

1 file changed

+1
-1
lines changed
  • examples/getting_started

1 file changed

+1
-1
lines changed

examples/getting_started/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
# Listens to incoming messages that contain "hello"
1212
# To learn available listener method arguments,
13-
# visit https://slack.dev/bolt-python/reference/kwargs_injection/args.html
13+
# visit https://docs.slack.dev/bolt-python/reference/kwargs_injection/args.html
1414
@app.message("hello")
1515
def message_hello(message, say):
1616
# say() sends a message to the channel where the event was triggered

0 commit comments

Comments
 (0)