From 941ba974d7846596a0aba9a7007bce2c71114a95 Mon Sep 17 00:00:00 2001 From: Kasper Jacobsen Date: Fri, 4 Nov 2016 09:57:50 +0100 Subject: [PATCH] Update path to node-slack-client --- index_bot_users.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index_bot_users.md b/index_bot_users.md index 8f0497b..aa64290 100644 --- a/index_bot_users.md +++ b/index_bot_users.md @@ -60,7 +60,7 @@ If you are the developer of an app or service that wants to provide bot-based fu ### Programming bot users Creating bot users probably means you'll be coding. If you're using an existing library (such as -[node-slack-client](https://github.com/slackhq/node-slack-client)) then your bot access token should be all you need to get started. +[node-slack-client](https://slackapi.github.io/node-slack-sdk/)) then your bot access token should be all you need to get started. If you're writing your own library from scratch, you'll need to write code to [make authenticated API calls](/web#authentication) and consume