summaryrefslogtreecommitdiffstats
path: root/doc/developer
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-10-29 19:03:56 -0700
committerit33 <iantien@gmail.com>2015-10-29 19:03:56 -0700
commit8cf5687e8af4d2f72ccc0bd15fde612738f9141a (patch)
treec48b58ddb130f2796a6feaefa5a11e74903980f3 /doc/developer
parent8e708b9b860d8118886efcd70c1ab0e9d30774be (diff)
downloadchat-8cf5687e8af4d2f72ccc0bd15fde612738f9141a.tar.gz
chat-8cf5687e8af4d2f72ccc0bd15fde612738f9141a.tar.bz2
chat-8cf5687e8af4d2f72ccc0bd15fde612738f9141a.zip
Update API.md
Diffstat (limited to 'doc/developer')
-rw-r--r--doc/developer/API.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer/API.md b/doc/developer/API.md
index fc1945dfe..4c4b2f04e 100644
--- a/doc/developer/API.md
+++ b/doc/developer/API.md
@@ -12,7 +12,7 @@ Incoming webhooks allow external applications to post messages into Mattermost c
In addition to supporting Slack's incoming webhook formatting, Mattermost webhooks offer full support of industry-standard markdown formatting, including headings, tables and in-line images.
-### Outgoing Webhooks (coming in Mattermost v1.2)
+### [Outgoing Webhooks (in Mattermost v1.2)](https://github.com/mattermost/platform/blob/master/doc/integrations/webhooks/Outgoing-Webhooks.md)
Outgoing webhooks allow external applications to receive webhook events from events happening within Mattermost channels and private groups via JSON payloads via HTTP POST requests sent to incoming webhook URLs defined by your applications.