From 8dff1a80c174be33a71cab3cca2bcf5b87482589 Mon Sep 17 00:00:00 2001 From: Eden Zimbelman Date: Mon, 14 Jul 2025 15:55:05 -0700 Subject: [PATCH] docs: reference the quickstart for building apps with the cli and bolt --- slack_cli_hooks/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slack_cli_hooks/__init__.py b/slack_cli_hooks/__init__.py index 7cca419..6ce280f 100644 --- a/slack_cli_hooks/__init__.py +++ b/slack_cli_hooks/__init__.py @@ -1,5 +1,5 @@ """ -A Slack CLI hooks implementation in Python to build Bolt Slack apps leveraging the full power of the [Slack CLI](https://api.slack.com/automation/cli/install). Look at our [code examples](https://github.com/slackapi/python-slack-hooks/tree/main/examples) to learn how to build apps using the SLack CLI and Bolt. +A Slack CLI hooks implementation in Python to build Bolt Slack apps leveraging the full power of the [Slack CLI](https://api.slack.com/automation/cli/install). Read the [quickstart](https://tools.slack.dev/bolt-python/getting-started/) to learn how to build apps using the Slack CLI and Bolt. * Slack CLI: https://api.slack.com/automation/cli/install * Bolt Website: https://slack.dev/bolt-python/