diff options
author | Joram Wilander <jwawilander@gmail.com> | 2016-02-22 08:49:23 -0500 |
---|---|---|
committer | Joram Wilander <jwawilander@gmail.com> | 2016-02-22 08:49:23 -0500 |
commit | 51680a7cd84661340cb727fea09b99d5350d9160 (patch) | |
tree | 6507090e0a3c4425c59ef5aaa9fc584d4c42466a /web/react/components/user_settings/manage_outgoing_hooks.jsx | |
parent | 040bff2b9f384b88179f6ec1beb40d92102c9ba3 (diff) | |
parent | 0986057c642a1d69ebfdd8994afd3449601facc3 (diff) | |
download | chat-51680a7cd84661340cb727fea09b99d5350d9160.tar.gz chat-51680a7cd84661340cb727fea09b99d5350d9160.tar.bz2 chat-51680a7cd84661340cb727fea09b99d5350d9160.zip |
Merge pull request #2204 from kernicPanel/PLT-1880
PLT-1800 Replace webhooks documentation URL
Diffstat (limited to 'web/react/components/user_settings/manage_outgoing_hooks.jsx')
-rw-r--r-- | web/react/components/user_settings/manage_outgoing_hooks.jsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/react/components/user_settings/manage_outgoing_hooks.jsx b/web/react/components/user_settings/manage_outgoing_hooks.jsx index 44aab486e..9c3a60ed5 100644 --- a/web/react/components/user_settings/manage_outgoing_hooks.jsx +++ b/web/react/components/user_settings/manage_outgoing_hooks.jsx @@ -284,7 +284,7 @@ class ManageOutgoingHooks extends React.Component { <div key='addOutgoingHook'> <FormattedHTMLMessage id='user.settings.hooks_out.addDescription' - defaultMessage='Create webhooks to send new message events to an external integration. Please see <a href="http://mattermost.org/webhooks">http://mattermost.org/webhooks</a> to learn more.' + defaultMessage='Create webhooks to send new message events to an external integration. Please see <a href="http://docs.mattermost.com/developer/webhooks-outgoing.html" target="_blank">outgoing webhooks documentation</a> to learn more.' /> <div><label className='control-label padding-top x2'> <FormattedMessage @@ -392,4 +392,4 @@ ManageOutgoingHooks.propTypes = { intl: intlShape.isRequired }; -export default injectIntl(ManageOutgoingHooks);
\ No newline at end of file +export default injectIntl(ManageOutgoingHooks); |