Skip to content

Commit f1647b9

Browse files
committed
docs: replace links to the slack cli page with current tools documentation
1 parent 207252f commit f1647b9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
</p>
1414

1515
This library defines the contract between the
16-
[Slack CLI](https://api.slack.com/automation/cli/install) and
16+
[Slack CLI](https://tools.slack.dev/slack-cli/) and
1717
[Bolt for Python](https://slack.dev/bolt-python/).
1818

1919
## Overview
2020

21-
This library enables inter-process communication between the [Slack CLI](https://api.slack.com/automation/cli/install) and applications built with Bolt for Python.
21+
This library enables inter-process communication between the [Slack CLI](https://tools.slack.dev/slack-cli/) and applications built with Bolt for Python.
2222

2323
When used together, the CLI delegates various tasks to the Bolt application by invoking processes ("hooks") and then making use of the responses provided by each hook's `stdout`.
2424

slack_cli_hooks/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
2-
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.
2+
A Slack CLI hooks implementation in Python to build Bolt Slack apps leveraging the full power of the [Slack CLI](https://tools.slack.dev/slack-cli/). 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.
33
4-
* Slack CLI: https://api.slack.com/automation/cli/install
4+
* Slack CLI: https://tools.slack.dev/slack-cli/
55
* Bolt Website: https://slack.dev/bolt-python/
66
* GitHub repository: https://github.com/slackapi/python-slack-hooks
77
""" # noqa: E501

0 commit comments

Comments
 (0)