From b36f09c67fc4dd8b6733dd287ea99085b159512f Mon Sep 17 00:00:00 2001 From: PieterCK Date: Tue, 14 Oct 2025 15:41:10 +0700 Subject: [PATCH] slack_importer_doc: Fix outdated links. Existing links redirects to irrelevant documentation pages. --- starlight_help/src/content/docs/import-from-slack.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/starlight_help/src/content/docs/import-from-slack.mdx b/starlight_help/src/content/docs/import-from-slack.mdx index 65bb6ca02e..cb14115991 100644 --- a/starlight_help/src/content/docs/import-from-slack.mdx +++ b/starlight_help/src/content/docs/import-from-slack.mdx @@ -75,13 +75,13 @@ in order to export direct message data. 1. [Create a new Slack app](https://api.slack.com/apps). Choose the "From scratch" creation option. 1. [Create a - bot user](https://api.slack.com/authentication/basics#scopes), + bot user](https://docs.slack.dev/app-management/quickstart-app-settings/#creating), following the instructions to add the following OAuth scopes to your bot: * `emoji:read` * `users:read` * `users:read.email` * `team:read` - 1. [Install your new app](https://api.slack.com/authentication/basics#installing) + 1. [Install your new app](https://docs.slack.dev/app-management/quickstart-app-settings/#installing) to your Slack workspace. 1. You will immediately see a **Bot User OAuth Token**, which is a long string of numbers and characters starting with `xoxb-`. Copy this token. It