Skip to content

Commit c2b6bdd

Browse files
more links
1 parent 4efda2d commit c2b6bdd

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

docs/english/_sidebar.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
{
4646
"type": "link",
4747
"label": "Reference",
48-
"href": "https://tools.slack.dev/python-slack-sdk/api-docs/slack_sdk/"
48+
"href": "https://docs.slack.dev/python-slack-sdk/api-docs/slack_sdk/"
4949
},
5050
{ "type": "html", "value": "<hr>" },
5151
{

docs/english/index.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ The Slack platform offers several APIs to build apps. Each Slack API delivers pa
66

77
## Features {#features}
88

9-
| Feature | Use | Package |
10-
|--------------------------------|----------|-------|
11-
| Web API | Send data to or query data from Slack using any of over 200 methods. | ``slack_sdk.web``, ``slack_sdk.web.async_client`` |
12-
| Webhooks / `response_url` | Send a message using Incoming Webhooks or `response_url` | ``slack_sdk.webhook``, ``slack_sdk.webhook.async_client`` |
13-
| Socket Mode | Receive and send messages over Socket Mode connections. | ``slack_sdk.socket_mode`` |
14-
| OAuth | Setup the authentication flow using V2 OAuth, OpenID Connect for Slack apps. | ``slack_sdk.oauth`` |
15-
| Audit Logs API | Receive audit logs API data. | ``slack_sdk.audit_logs`` |
16-
| SCIM API | Utilize the SCIM APIs for provisioning and managing user accounts and groups. | ``slack_sdk.scim`` |
17-
| RTM API | Listen for incoming messages and a limited set of events happening in Slack, using WebSocket. | ``slack_sdk.rtm_v2`` |
18-
| Request Signature Verification | Verify incoming requests from the Slack API servers. | ``slack_sdk.signature`` |
19-
| UI Builders | Construct UI components using easy-to-use builders. | ``slack_sdk.models`` |
9+
| Feature | Use | Package |
10+
|---|---|---|
11+
| [Web API](/python-slack-sdk/web) | Send data to or query data from Slack using any of over 200 methods. | `slack_sdk.web`, `slack_sdk.web.async_client` |
12+
| [Webhooks](/python-slack-sdk/webhooks) / `response_url` | Send a message using Incoming Webhooks or `response_url` | `slack_sdk.webhook`, `slack_sdk.webhook.async_client` |
13+
| [Socket Mode](/python-slack-sdk/socket-mode) | Receive and send messages over Socket Mode connections. | `slack_sdk.socket_mode` |
14+
| [OAuth](/python-slack-sdk/oauth) | Setup the authentication flow using V2 OAuth, OpenID Connect for Slack apps. | `slack_sdk.oauth` |
15+
| [Audit Logs API](/python-slack-sdk/audit-logs) | Receive audit logs API data. | `slack_sdk.audit_logs` |
16+
| [SCIM API](/python-slack-sdk/scim) | Utilize the SCIM APIs for provisioning and managing user accounts and groups. | `slack_sdk.scim` |
17+
| [RTM API](/python-slack-sdk/rtm) | Listen for incoming messages and a limited set of events happening in Slack, using WebSocket. | `slack_sdk.rtm_v2` |
18+
| Request Signature Verification | Verify incoming requests from the Slack API servers. | `slack_sdk.signature` |
19+
| UI Builders | Construct UI components using easy-to-use builders. | `slack_sdk.models` |
2020

2121
You can also view the [Python module documents](https://tools.slack.dev/python-slack-sdk/api-docs/slack_sdk/)!
2222

docs/english/tutorial/uploading-files.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,6 @@ Once we run this, the `files` array should be empty. The count for files found w
258258

259259
This tutorial summarized how to use the Slack API to upload files and share them within a channel, using the Python SDK. The same principles apply to other languages as well, so if Python isn't your fancy, feel free to try out our other SDKs:
260260

261-
* [Java SDK](https://tools.slack.dev/java-slack-sdk/)
262-
* [Node Slack SDK](https://tools.slack.dev/node-slack-sdk/)
263-
* [Deno Slack SDK](https://tools.slack.dev/deno-slack-sdk/)
261+
* [Java Slack SDK](/java-slack-sdk/)
262+
* [Node Slack SDK](/node-slack-sdk/)
263+
* [Deno Slack SDK](/deno-slack-sdk/)

0 commit comments

Comments
 (0)