From 52573871e292bbea05aa7a3eed0af1a8a798c329 Mon Sep 17 00:00:00 2001 From: Eric Mill Date: Sat, 23 Dec 2017 23:04:40 -0500 Subject: [PATCH] fix links to web/rtm api docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8df69c5d5..4ccb45b62 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,8 @@ fits for your app. | Slack API | Outgoing | Incoming | NPM Package | Documentation | |--------------|:--------:|:--------:|---------------------|-------------------| -| Web API | ⬆️ | ⬜️ | `@slack/client` | [Guide](https://slackapi.github.io/node-slack-sdk/web_client) | -| RTM API | ⬆️ | ⬇️ | `@slack/client` | [Guide](https://slackapi.github.io/node-slack-sdk/rtm_client) | +| Web API | ⬆️ | ⬜️ | `@slack/client` | [Guide](https://slackapi.github.io/node-slack-sdk/web_api) | +| RTM API | ⬆️ | ⬇️ | `@slack/client` | [Guide](https://slackapi.github.io/node-slack-sdk/rtm_api) | | Incoming Webhooks | ⬆️ | ⬜️ | `@slack/client` | [Guide](https://slackapi.github.io/node-slack-sdk/incoming_webhook) | | Events API | ⬜️ | ⬇️ | `@slack/events-api` | [README](https://github.com/slackapi/node-slack-events-api) | | Interactive Messages | ⬜️ | ⬇️ | `@slack/interactive-messages` | [README](https://github.com/slackapi/node-slack-interactive-messages) |