From 90202f1fbe9382c1328b0eff278e4208edb60a5e Mon Sep 17 00:00:00 2001 From: "Carrie Warner (Mattermost)" <74422101+cwarnermm@users.noreply.github.com> Date: Thu, 10 Mar 2022 16:40:06 -0500 Subject: [PATCH] MM-41988 Updated links to legacy domain about.mm.com (#2003) * Updated links to legacy domain about.mm.com * Updated links to legacy domain about.mm.com * Update README.md * Legacy domain URL updates (#2012) * Update .github/ISSUE_TEMPLATE/troubleshooting-question.md Co-authored-by: Harrison Healey Co-authored-by: Harrison Healey --- .circleci/config.yml | 2 +- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/troubleshooting-question.md | 2 +- .github/PULL_REQUEST_TEMPLATE.md | 2 +- CONTRIBUTING.md | 2 +- PULL_REQUEST_TEMPLATE.md | 2 +- SECURITY.md | 2 +- package.json | 2 +- scripts/generate_release_markdown.sh | 2 +- src/assets/linux/README.md | 2 +- src/common/config/buildConfig.ts | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2feba79c45..41f7825477 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -49,7 +49,7 @@ commands: default: "MattermostRelease" icon: type: string - default: "https://www.mattermost.org/wp-content/uploads/2016/04/icon.png" + default: "https://mattermost.com/wp-content/uploads/2022/02/icon.png" steps: - run: command: | diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index c64c0aa822..781e36cb89 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -6,7 +6,7 @@ about: Create a report about an issue you found I confirm (by marking "x" in the [ ] below: [x]): -- [ ] This is not a troubleshooting question. [Troubleshooting questions go here: http://www.mattermost.org/troubleshoot/](http://www.mattermost.org/troubleshoot/). +- [ ] This is not a troubleshooting question. [Troubleshooting questions go here: https://docs.mattermost.com/install/troubleshooting.html](https://docs.mattermost.com/install/troubleshooting.html). - [ ] This doesn't reproduce on web browsers (such as in Chrome). If it does, [issue reports go to the Mattermost Server repository](https://github.com/mattermost/platform/issues). - [ ] I have read [contributing guidelines](https://github.com/mattermost/desktop/blob/master/CONTRIBUTING.md). diff --git a/.github/ISSUE_TEMPLATE/troubleshooting-question.md b/.github/ISSUE_TEMPLATE/troubleshooting-question.md index 4287bb62c6..550f810615 100644 --- a/.github/ISSUE_TEMPLATE/troubleshooting-question.md +++ b/.github/ISSUE_TEMPLATE/troubleshooting-question.md @@ -4,4 +4,4 @@ about: Ask a question to solve installation and configuration issues --- -For troubleshooting, see [https://www.mattermost.org/troubleshoot/](https://www.mattermost.org/troubleshoot/). +For troubleshooting, see [https://docs.mattermost.com/install/troubleshooting.html](https://docs.mattermost.com/install/troubleshooting.html). diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 5868c26077..e3e3dce915 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -26,7 +26,7 @@ Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fie - [ ] Added or updated unit tests (required for all new features) - [ ] Has UI changes - [ ] read and understood our [Contributing Guidelines](https://github.com/mattermost/desktop/blob/master/CONTRIBUTING.md) -- [ ] completed [Mattermost Contributor Agreement](http://www.mattermost.org/mattermost-contributor-agreement/) +- [ ] completed [Mattermost Contributor Agreement](https://mattermost.com/contribute/) - [ ] executed `npm run lint:js` for proper code formatting #### Device Information diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dc10e0f8ad..a9f02ba7bb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -43,4 +43,4 @@ npm run check-types npm run test ``` 2. If you are fixing a bug, consider writing a unit test for the change so that the issue does not resurface. If you are adding a new feature, consider additionally writing end-to-end (E2E) tests to thoroughly test the changes. -3. Please complete the [Mattermost CLA](http://www.mattermost.org/mattermost-contributor-agreement/) prior to submitting a PR. +3. Please complete the [Mattermost CLA](https://mattermost.com/contribute/) prior to submitting a PR. diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 36f6a84568..0f134e5eca 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,6 @@ Before submitting, please confirm you've - [ ] read and understood our [Contributing Guidelines](https://github.com/mattermost/desktop/blob/master/CONTRIBUTING.md) - - [ ] completed [Mattermost Contributor Agreement](http://www.mattermost.org/mattermost-contributor-agreement/) + - [ ] completed [Mattermost Contributor Agreement](https://mattermost.com/contribute/) - [ ] executed `npm run lint:js` for proper code formatting - [ ] executed `npm run check-types` for proper type checking - [ ] executed `npm run test` to ensure all automated tests pass diff --git a/SECURITY.md b/SECURITY.md index 02c20dd059..a239bf497a 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -17,7 +17,7 @@ Security updates Mattermost has a mandatory upgrade policy, and updates are only provided for the latest release. Critical updates are delivered as dot releases. Details on security updates are announced 30 days after the availability of the update. -For more details about the security content of past releases, see the [Security Updates](https://mattermost.com/security-updates/) page on the Mattermost website. For timely notifications about new security updates, subscribe to the [Security Bulletins Mailing List](https://about.mattermost.com/security-bulletin). +For more details about the security content of past releases, see the [Security Updates](https://mattermost.com/security-updates/) page on the Mattermost website. For timely notifications about new security updates, subscribe to the [Security Bulletins Mailing List](https://mattermost.com/security-updates/#sign-up). Contributing to this policy --------------------------- diff --git a/package.json b/package.json index ba1652eb4e..2c8f21b17f 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "author": "Mattermost, Inc. ", "license": "Apache-2.0", "desktopName": "Mattermost.Desktop", - "homepage": "https://about.mattermost.com", + "homepage": "https://mattermost.com", "engines": { "node": ">=4.2.0" }, diff --git a/scripts/generate_release_markdown.sh b/scripts/generate_release_markdown.sh index 6251ae9b2a..de4c211558 100755 --- a/scripts/generate_release_markdown.sh +++ b/scripts/generate_release_markdown.sh @@ -17,7 +17,7 @@ BASE_URL="https://releases.mattermost.com/desktop/${VERSION}" cat <<-MD ### Mattermost Desktop v${VERSION} has been cut! -Release notes can be found here: https://docs.mattermost.com/help/apps/desktop-changelog.html +Release notes can be found here: https://docs.mattermost.com/install/desktop-app-changelog.html The download links can be found below. diff --git a/src/assets/linux/README.md b/src/assets/linux/README.md index 4155b577ae..2b5aed7649 100644 --- a/src/assets/linux/README.md +++ b/src/assets/linux/README.md @@ -56,7 +56,7 @@ After launching, you need to configure the application to interact with your tea 4. Click **Add**. 5. Click **Save**. -More guides are available at [Mattermost Documentation](https://about.mattermost.com/default-desktop-app-documentation/). +More guides are available at [Mattermost Documentation](https://docs.mattermost.com/messaging/managing-desktop-app-servers.html). ## Contributing diff --git a/src/common/config/buildConfig.ts b/src/common/config/buildConfig.ts index 31332154b0..70d439f371 100644 --- a/src/common/config/buildConfig.ts +++ b/src/common/config/buildConfig.ts @@ -26,7 +26,7 @@ const buildConfig: BuildConfig = { url: 'https://example.com' } */], - helpLink: 'https://about.mattermost.com/default-desktop-app-documentation/', + helpLink: 'https://docs.mattermost.com/messaging/managing-desktop-app-servers.html', enableServerManagement: true, enableAutoUpdater: true, managedResources: ['trusted'],