From 3a6cfdaf6640bd597cb7c74ce4ebcfebec2a87a0 Mon Sep 17 00:00:00 2001 From: Ethan Zimbelman Date: Tue, 27 Feb 2024 14:16:21 -0800 Subject: [PATCH] docs: update the link for cloning the repo --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 66dc06c..4e32b5a 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ export SLACK_APP_TOKEN= ### Setup Your Local Project ```zsh # Clone this project onto your machine -git clone https://github.com/slackapi/bolt-python-template.git +git clone https://github.com/slack-samples/bolt-python-starter-template.git # Change into this project directory cd bolt-python-starter-template @@ -66,7 +66,6 @@ black . Every incoming request is routed to a "listener". Inside this directory, we group each listener based on the Slack Platform feature used, so `/listeners/shortcuts` handles incoming [Shortcuts](https://api.slack.com/interactivity/shortcuts) requests, `/listeners/views` handles [View submissions](https://api.slack.com/reference/interaction-payloads/views#view_submission) and so on. - ## App Distribution / OAuth Only implement OAuth if you plan to distribute your application across multiple workspaces. A separate `app_oauth.py` file can be found with relevant OAuth settings. @@ -89,4 +88,4 @@ Navigate to **OAuth & Permissions** in your app configuration and click **Add a ``` https://3cb89939.ngrok.io/slack/oauth_redirect -``` \ No newline at end of file +```