Skip to content

Commit 6fc2d5c

Browse files
docs: updates outmoded links (#1807)
1 parent 96c0f84 commit 6fc2d5c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/english/audit-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Audit Logs API client
22

3-
The [Audit Logs API](/admins/audit-logs-api) is a set of APIs that you can use to monitor what's happening in your [Enterprise Grid](/enterprise-grid) organization.
3+
The [Audit Logs API](/admins/audit-logs-api) is a set of APIs that you can use to monitor what's happening in your [Enterprise Grid](/enterprise) organization.
44

55
The Audit Logs API can be used by Security Information and Event Management (SIEM) tools to provide an analysis of how your Slack organization is being accessed. You can also use this API to write your own apps to see how members of your organization are using Slack.
66

docs/english/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ import os
6969
SLACK_BOT_TOKEN = os.environ["SLACK_BOT_TOKEN"]
7070
```
7171

72-
Refer to our [best practices for security](/authentication/best-practices-for-security) page for more information.
72+
Refer to our [best practices for security](/security) page for more information.
7373

7474
## Installing on a single workspace {#single-workspace}
7575

docs/english/legacy/auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import os
3131
SLACK_BOT_TOKEN = os.environ["SLACK_BOT_TOKEN"]
3232
```
3333

34-
Refer to our [best practices for security](/authentication/best-practices-for-security) page for more information.
34+
Refer to our [best practices for security](/security) page for more information.
3535

3636
## Installing on a single workspace {#single-workspace}
3737

docs/english/web.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ See the [`chat.postEphemeral`](/reference/methods/chat.postEphemeral) API method
5757

5858
You can have your app's messages stream in to replicate conventional AI chatbot behavior. This is done through three Web API methods:
5959

60-
* [`chat_startStream`](/reference/methods/chat.startstream)
61-
* [`chat_appendStream`](/reference/methods/chat.appendstream)
62-
* [`chat_stopStream`](/reference/methods/chat.stopstream)
60+
* [`chat_startStream`](/reference/methods/chat.startStream)
61+
* [`chat_appendStream`](/reference/methods/chat.appendStream)
62+
* [`chat_stopStream`](/reference/methods/chat.stopStream)
6363

6464
:::tip[The Python Slack SDK provides a [`chat_stream()`](https://docs.slack.dev/tools/python-slack-sdk/reference/web/client.html#slack_sdk.web.client.WebClient.chat_stream) helper utility to streamline calling these methods.]
6565

0 commit comments

Comments
 (0)