* Updated links to legacy domain about.mm.com * about.mm.com URL updates * Fixed URL identified by QA * mm.org and forum URL updates * forum URL update Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
7 lines
257 B
JavaScript
7 lines
257 B
JavaScript
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
|
// See LICENSE.txt for license information.
|
|
|
|
export default {
|
|
TERMS_OF_SERVICE: 'https://mattermost.com/terms-of-use/',
|
|
PRIVACY_POLICY: 'https://mattermost.com/privacy-policy/',
|
|
};
|