summaryrefslogtreecommitdiffstats
path: root/doc/integrations
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2015-10-13 15:16:55 -0400
committerJoram Wilander <jwawilander@gmail.com>2015-10-13 15:16:55 -0400
commit4935112a4711d0ec40a6da37766a10cccb702c2e (patch)
tree9a9dc86bac1297b9dcfdb68161376ea799c9c82a /doc/integrations
parenta2979924a430e9e9bb70d30653035af77ecb1ef2 (diff)
parent05c4a889c1fcbe2d2e75baf5d4d0c729c40c4756 (diff)
downloadchat-4935112a4711d0ec40a6da37766a10cccb702c2e.tar.gz
chat-4935112a4711d0ec40a6da37766a10cccb702c2e.tar.bz2
chat-4935112a4711d0ec40a6da37766a10cccb702c2e.zip
Merge pull request #1039 from mattermost/incoming-doc
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>.