Skip to content

Commit

Permalink
fix dead links
Browse files Browse the repository at this point in the history
  • Loading branch information
huseyinbabal committed Aug 9, 2023
1 parent 2530854 commit dd99f38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/installation/slack/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ The Socket-mode app works with the open-source Botkube engine and does not requi
- Slack channels must be managed manually, and you need to ensure the Botkube bot is invited to any channel you want to use with Botkube
- When using executor plugins (e.g. kubectl, helm) in a multi-cluster environment, each cluster needs to have a dedicated Botkube Slack bot in order to route commands to the correct cluster.

Follow the [Socket Slack](socket-slack/self_hosted.md) here for more details.
Follow the [Socket Slack](socket-slack/self-hosted.md) here for more details.
4 changes: 2 additions & 2 deletions docs/installation/slack/socket-slack/cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ sidebar_position: 3
5. Provide the Slack app details as described follows and click `Next` button.

- **Display :** This is the name of the Slack app which will be displayed in your platform list.
- **App Token:** Grab `SLACK_API_APP_TOKEN` as described [here](./self_hosted.md#generate-and-obtain-app-level-token).
- **Bot Token:** Grab `SLACK_API_BOT_TOKEN` as described [here](./self_hosted.md#obtain-bot-token).
- **App Token:** Grab `SLACK_API_APP_TOKEN` as described [here](./self-hosted.md#generate-and-obtain-app-level-token).
- **Bot Token:** Grab `SLACK_API_BOT_TOKEN` as described [here](./self-hosted.md#obtain-bot-token).
- **Channel Name:** Slack channel where you can execute Botkube commands and receive notification.

![Cloud Slack Credentials](../assets/cloud_slack_credentials.png "Cloud Slack credentials")
Expand Down

0 comments on commit dd99f38

Please sign in to comment.