Skip to content

Commit

Permalink
Update readme and devdocs link (mautic#14207)
Browse files Browse the repository at this point in the history
* Remove redundant instruction to run 'ddev config'

* Update url for dev-docs to the new docs

* Update other references to old docs

* Update .github/CONTRIBUTING.md

Update link for security reporting

Co-authored-by: John Linhart <[email protected]>

---------

Co-authored-by: John Linhart <[email protected]>
Co-authored-by: John Linhart <[email protected]>
  • Loading branch information
3 people authored Oct 18, 2024
1 parent 9998a4e commit a9468f4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
## Reporting Security Vulnerabilities

If you think that you have found a security vulnerability, please report it at [https://huntr.dev](https://huntr.dev) with as much detail as possible. The Core Team will review the vulnerability and if found applicable, will assign a CVE ID and issue a fix. The vulnerability will be disclosed once the patch has been included into a release.
If you think that you have found a security vulnerability, please report it at [https://www.mautic.org/mautic-security-team/how-to-report-a-security-issue](https://www.mautic.org/mautic-security-team/how-to-report-a-security-issue) with as much detail as possible. The Core Team will review the vulnerability and if found applicable, will assign a CVE ID and issue a fix. The vulnerability will be disclosed once the patch has been included into a release.

## Contributing to Mautic

Contribution is open and available to any member of the Mautic community. All fixes and improvements are done through Pull Requests on Github. This code is open source and publicly available.
Contribution is open and available to any member of the Mautic community. All fixes and improvements are done through Pull Requests on Github. This code is open source and publicly available.

We have five teams in the Mautic Community (Community, Education, Legal & Finance, Marketing and Product), all of whom welcome new contributors!

Please review our [Community Handbook](https://contribute.mautic.org/contributing-to-mautic) for more guidance on contributing to Mautic.

## Developer Documentation

Developer documentation is available at [https://developer.mautic.org](https://developer.mautic.org). To make additions or corrections to the documentation, submit Issues or Pull Requests against [https://github.com/mautic/developer-documentation](https://github.com/mautic/developer-documentation).
Developer documentation is available at [https://devdocs.mautic.org](https://devdocs.mautic.org). To make additions or corrections to the documentation, submit Issues or Pull Requests against [https://github.com/mautic/developer-documentation-new](https://github.com/mautic/developer-documentation-new).


2 changes: 1 addition & 1 deletion .github/ci-files/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"homepage": "https://www.mautic.org/mautic-releases",
"support": {
"user-docs": "https://docs.mautic.org/en",
"developer-docs": "https://developer.mautic.org",
"developer-docs": "https://devdocs.mautic.org",
"chat": "https://www.mautic.org/slack"
},
"funding": [
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The GitHub version is recommended for both development and testing. The producti
### How to install Mautic
You must already have [Composer][composer] available on your computer because this is a development release and you'll need Composer to download the vendor packages.

Also note that if you have DDEV installed, you can run 'ddev config' followed by 'ddev start'. This will kick off the Mautic first-run process which will automatically install dependencies and configure Mautic for use. ✨ 🚀 Read more [here][ddev-mautic]
Also note that if you have DDEV installed, you can just run 'ddev start' as a DDEV project’s configuration is present in the repo. This will kick off the Mautic first-run process which will automatically install dependencies and configure Mautic for use. ✨ 🚀 Read more [here][ddev-mautic]

Installing Mautic is a simple three-step process:

Expand Down Expand Up @@ -289,5 +289,5 @@ This project follows the [all-contributors][all-contributors] specification. Con
[troubleshooting]: <https://docs.mautic.org/en/troubleshooting>
[community]: <https://www.mautic.org/community>
[mautic-docs]: <https://docs.mautic.org>
[dev-docs]: <https://developer.mautic.org>
[dev-docs]: <https://devdocs.mautic.org>
[all-contributors]: <https://github.com/all-contributors/all-contributors>
2 changes: 1 addition & 1 deletion plugins/GrapesJsBuilderBundle/.github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Development is open and available to any member of the Mautic community. All fix

### Developer Documentation

Developer documentation is available at [https://developer.mautic.org](https://developer.mautic.org). To add additions or corrects to the documentation, submit Issues or Pull Requests against [https://github.com/mautic/developer-documentation](https://github.com/mautic/developer-documentation).
Developer documentation is available at [https://devdocs.mautic.org](https://devdocs.mautic.org). To add additions or corrects to the documentation, submit Issues or Pull Requests against [https://github.com/mautic/developer-documentation-new](https://github.com/mautic/developer-documentation-new).

### Core Feature Development Procedures

Expand Down

0 comments on commit a9468f4

Please sign in to comment.