Skip to content

Commit 3faca30

Browse files
broken images
1 parent 1be3bc3 commit 3faca30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/english/building-an-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ We're going to use bot and app-level tokens for this guide.
4848

4949
4. Once you authorize the installation, you'll land on the **OAuth & Permissions** page and see a **Bot User OAuth Access Token**.
5050

51-
![OAuth Tokens](/img/boltpy/bot-token.png "Bot OAuth Token")
51+
![OAuth Tokens](/img/bolt-python/bot-token.png "Bot OAuth Token")
5252

5353
5. Head over to **Basic Information** and scroll down under the App Token section and click **Generate Token and Scopes** to generate an app-level token. Add the `connections:write` scope to this token and save the generated `xapp` token.
5454

docs/english/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ A bot token is also needed to interact with the Web API methods as your app's bo
158158
1. Navigate to the **OAuth & Permissions** on the left sidebar and install your app to your workspace to generate a token.
159159
2. After authorizing the installation, you'll return to the **OAuth & Permissions** page and find a **Bot User OAuth Token**:
160160

161-
![OAuth Tokens](/img/boltpy/bot-token.png "Bot OAuth Token")
161+
![OAuth Tokens](/img/bolt-python/bot-token.png "Bot OAuth Token")
162162

163163
3. Copy the bot token beginning with `xoxb` from the **OAuth & Permissions page** and then store it in a new environment variable:
164164

0 commit comments

Comments
 (0)