Skip to content

Commit 9e90215

Browse files
full reference links
1 parent f96ffff commit 9e90215

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/english/guides/ai-apps.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,9 @@ When the user messages your app, the [`message.im`](/reference/events/message.im
194194
Messages sent to the app do not contain a [subtype](/reference/events/message) and must be deduced based on their shape and any provided [message metadata](/messaging/message-metadata/).
195195

196196
There are three utilities that are particularly useful in curating the user experience:
197-
* [`say`](/tools/bolt-python/reference/#slack_bolt.Say)
198-
* [`setTitle`](/tools/bolt-python/reference/#slack_bolt.SetTitle)
199-
* [`setStatus`](/tools/bolt-python/reference/#slack_bolt.SetStatus)
197+
* [`say`](https://docs.slack.dev/tools/bolt-python/reference/#slack_bolt.Say)
198+
* [`setTitle`](https://docs.slack.dev/tools/bolt-python/reference/#slack_bolt.SetTitle)
199+
* [`setStatus`](https://docs.slack.dev/tools/bolt-python/reference/#slack_bolt.SetStatus)
200200

201201
## Full example: Assistant Simple App {#full-example}
202202

0 commit comments

Comments
 (0)