summaryrefslogtreecommitdiffstats
path: root/webapp/components/textbox.jsx
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2016-08-18 17:36:43 -0500
committerCorey Hulen <corey@hulen.com>2016-08-18 14:36:43 -0800
commita820b1640bcea06d93fed790b891a853ea02e498 (patch)
tree3b4d3d5289cc39ace0bfc60c36295f32b91dd38b /webapp/components/textbox.jsx
parentb95bd3d8ccea5735b944df8f2fbe7758257ab15e (diff)
downloadchat-a820b1640bcea06d93fed790b891a853ea02e498.tar.gz
chat-a820b1640bcea06d93fed790b891a853ea02e498.tar.bz2
chat-a820b1640bcea06d93fed790b891a853ea02e498.zip
PLT-2345 Switch "help" link below text input box to localizable version (#3794)
Diffstat (limited to 'webapp/components/textbox.jsx')
-rw-r--r--webapp/components/textbox.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/textbox.jsx b/webapp/components/textbox.jsx
index 24f58f43e..fac1bd027 100644
--- a/webapp/components/textbox.jsx
+++ b/webapp/components/textbox.jsx
@@ -212,7 +212,7 @@ export default class Textbox extends React.Component {
<a
target='_blank'
rel='noopener noreferrer'
- href='http://docs.mattermost.com/help/getting-started/messaging-basics.html'
+ href='/help/messaging'
className='textbox-help-link'
>
<FormattedMessage