From 87d7db3438d46dcd7d84a65739287e25bbb3644f Mon Sep 17 00:00:00 2001 From: Reed Garmsen Date: Tue, 1 Dec 2015 11:04:24 -0800 Subject: Added legal and support settings to sys console and implemented support for options in app --- config/config.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'config/config.json') 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": { -- cgit v1.2.3-1-g7c22