summaryrefslogtreecommitdiffstats
path: root/doc/integrations
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2015-10-13 15:15:01 -0400
committerJoramWilander <jwawilander@gmail.com>2015-10-13 15:15:01 -0400
commit05c4a889c1fcbe2d2e75baf5d4d0c729c40c4756 (patch)
tree98ad135ffa873a334e622d7697aaf4692165344d /doc/integrations
parentd08b3e9d382a6ac2a5f3c7cd71ef212dd8681bb1 (diff)
downloadchat-05c4a889c1fcbe2d2e75baf5d4d0c729c40c4756.tar.gz
chat-05c4a889c1fcbe2d2e75baf5d4d0c729c40c4756.tar.bz2
chat-05c4a889c1fcbe2d2e75baf5d4d0c729c40c4756.zip
Minor updates to incoming webhook documenatation
Diffstat (limited to 'doc/integrations')
-rw-r--r--doc/integrations/webhooks/Incoming-Webhooks.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/integrations/webhooks/Incoming-Webhooks.md b/doc/integrations/webhooks/Incoming-Webhooks.md
index f01db90a4..c6323a24a 100644
--- a/doc/integrations/webhooks/Incoming-Webhooks.md
+++ b/doc/integrations/webhooks/Incoming-Webhooks.md
@@ -88,5 +88,5 @@ As mentioned above, Mattermost makes it easy to take integrations written for Sl
3. Like Slack, by overriding the channel name with an @username, such as payload={"text": "Hi", channel: "@jim"}, you can send the message to a user through your direct message chat.
4. Channel names can be prepended with a #, like they are in Slack incoming webhooks, and the message will still be sent to the correct channel.
-To learn more about Incoming Webhooks and to see samples and community contributions, please visit <http://mattermost.org/webhooks>
+To see samples and community contributions, please visit <http://mattermost.org/webhooks>.