From bf7122ae5dba0887ab3d9f3fcb1596bfcd98c6be Mon Sep 17 00:00:00 2001 From: Jachim Coudenys Date: Mon, 4 Dec 2017 16:30:03 +0100 Subject: [PATCH] Fix links --- Resources/doc/usage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/doc/usage.md b/Resources/doc/usage.md index d661e83..6bb744f 100644 --- a/Resources/doc/usage.md +++ b/Resources/doc/usage.md @@ -1,9 +1,9 @@ # Usage The [SlackBundle](https://github.com/cleentfaar/CLSlackBundle) implements the [Slack](https://github.com/cleentfaar/slack) PHP library into your Symfony2 project. -Therefore you can find most of the documentation about interacting with the Slack API [there](https://github.com/cleentfaar/slack/Resources/doc/usage.md). +Therefore you can find most of the documentation about interacting with the Slack API [there](https://github.com/cleentfaar/slack/blob/master/src/CL/Slack/Resources/doc/usage.md). -**NOTE:** The example shown below is specific to this bundle; you should refer to the [library usage docs](https://github.com/cleentfaar/slack/Resources/doc/usage.md) +**NOTE:** The example shown below is specific to this bundle; you should refer to the [library usage docs](https://github.com/cleentfaar/slack/blob/master/src/CL/Slack/Resources/doc/usage.md) for examples on setting up the API client manually.