summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorReed Garmsen <rgarmsen2295@gmail.com>2015-12-01 11:04:24 -0800
committerReed Garmsen <rgarmsen2295@gmail.com>2015-12-10 09:38:19 -0800
commit87d7db3438d46dcd7d84a65739287e25bbb3644f (patch)
treeb467f8f8af70c43eb59d9bf0dae86f439de638c1 /config
parentc6bd44f14a2ae5b63b25cff0b972ba75af6c1bbc (diff)
downloadchat-87d7db3438d46dcd7d84a65739287e25bbb3644f.tar.gz
chat-87d7db3438d46dcd7d84a65739287e25bbb3644f.tar.bz2
chat-87d7db3438d46dcd7d84a65739287e25bbb3644f.zip
Added legal and support settings to sys console and implemented support for options in app
Diffstat (limited to 'config')
-rw-r--r--config/config.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/config/config.json b/config/config.json
index 406c7bef2..2ec4de597 100644
--- a/config/config.json
+++ b/config/config.json
@@ -82,12 +82,12 @@
"ShowEmailAddress": true,
"ShowFullName": true
},
- "LegalAndSupportSettings": {
- "TermsOfServiceLink": "https://github.com/mattermost/platform/blob/master/README.md",
- "PrivacyPolicyLink": "https://github.com/mattermost/platform/blob/master/README.md",
- "AboutLink": "http://www.mattermost.org/features/",
- "HelpLink": "https://github.com/mattermost/platform/blob/master/README.md",
- "ReportAProblemLink": "https://forum.mattermost.org/c/general/trouble-shoot",
+ "SupportSettings": {
+ "TermsOfServiceLink": "/static/help/terms.html",
+ "PrivacyPolicyLink": "/static/help/privacy.html",
+ "AboutLink": "/static/help/about.html",
+ "HelpLink": "/static/help/help.html",
+ "ReportAProblemLink": "/static/help/report_problem.html",
"SupportEmail": "feedback@mattermost.com"
},
"GitLabSettings": {