mattermost-mobile/app/constants/about_links.js
Carrie Warner (Mattermost) e50986791f
MM-41988 Updated links to legacy domain about.mm.com (#5962)
* 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>
2022-03-07 16:50:06 -03:00

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/',
};