summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
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": {