summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-05-04 10:08:17 -0400
committerJoram Wilander <jwawilander@gmail.com>2016-05-04 10:08:17 -0400
commit1cf9432524914f538a33dad94d15251be12f7568 (patch)
tree4a71296eeb5fdcd510b37675b380e7e2c58e8a3d /config
parent580c82beaf18058a2d122fc9fa1115c0277d936c (diff)
downloadchat-1cf9432524914f538a33dad94d15251be12f7568.tar.gz
chat-1cf9432524914f538a33dad94d15251be12f7568.tar.bz2
chat-1cf9432524914f538a33dad94d15251be12f7568.zip
Changing default links (#2879)
Diffstat (limited to 'config')
-rw-r--r--config/config.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/config/config.json b/config/config.json
index b4fc84e0c..f468e49ee 100644
--- a/config/config.json
+++ b/config/config.json
@@ -106,11 +106,11 @@
"ShowFullName": true
},
"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",
+ "TermsOfServiceLink": "https://about.mattermost.com/default-terms/",
+ "PrivacyPolicyLink": "https://about.mattermost.com/default-privacy-policy/",
+ "AboutLink": "https://about.mattermost.com/default-about/",
+ "HelpLink": "https://about.mattermost.com/default-help/",
+ "ReportAProblemLink": "https://about.mattermost.com/default-report-problem/",
"SupportEmail": "feedback@mattermost.com"
},
"GitLabSettings": {