Skip to content

Commit

Permalink
MM-41988 Updated links to legacy domain about.mm.com (#2003)
Browse files Browse the repository at this point in the history
* 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 <harrisonmhealey@gmail.com>

Co-authored-by: Harrison Healey <harrisonmhealey@gmail.com>
  • Loading branch information
cwarnermm and hmhealey committed Mar 10, 2022
1 parent 2a88821 commit 90202f1
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Expand Up @@ -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).

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/troubleshooting-question.md
Expand Up @@ -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).
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Expand Up @@ -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
---------------------------
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -7,7 +7,7 @@
"author": "Mattermost, Inc. <feedback@mattermost.com>",
"license": "Apache-2.0",
"desktopName": "Mattermost.Desktop",
"homepage": "https://about.mattermost.com",
"homepage": "https://mattermost.com",
"engines": {
"node": ">=4.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion scripts/generate_release_markdown.sh
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/assets/linux/README.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/common/config/buildConfig.ts
Expand Up @@ -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'],
Expand Down

0 comments on commit 90202f1

Please sign in to comment.