diff options
author | John Tsichritzis <john.tsichritzis@arm.com> | 2019-06-03 16:21:50 +0000 |
---|---|---|
committer | TrustedFirmware Code Review <review@review.trustedfirmware.org> | 2019-06-03 16:21:50 +0000 |
commit | e30d1d779c6d2c28fec91633314a61ba31d87a33 (patch) | |
tree | 540fa8b3d7e7fb5ae688abc66a9c3d1b01a919d8 /docs | |
parent | c9e40ec59eeebb7e7d5c77ca052c1d1eb8ece511 (diff) | |
parent | d2944096505fff1a0998a207e0e182f8eaa26ffd (diff) | |
download | platform_external_arm-trusted-firmware-e30d1d779c6d2c28fec91633314a61ba31d87a33.tar.gz platform_external_arm-trusted-firmware-e30d1d779c6d2c28fec91633314a61ba31d87a33.tar.bz2 platform_external_arm-trusted-firmware-e30d1d779c6d2c28fec91633314a61ba31d87a33.zip |
Merge "Add information about the mailing list in the docs" into integration
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/index.rst b/docs/index.rst index 4e8f17a5f..7ac0584cc 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -260,13 +260,13 @@ See the `Contributing Guidelines`_ for information on how to contribute to this project and the `Acknowledgments`_ file for a list of contributors to the project. -Feedback and support -~~~~~~~~~~~~~~~~~~~~ +Contact us +~~~~~~~~~~ -Arm welcomes any feedback on TF-A. If you think you have found a security +We welcome any feedback on TF-A. If you think you have found a security vulnerability, please report this using the process defined in the TF-A -`Security Center`_. For all other feedback, please use the -`issue tracker`_. +`Security Center`_. For all other feedback, you can use either the +`issue tracker`_ or our `mailing list`_. Arm licensees may contact Arm directly via their partner managers. @@ -293,6 +293,7 @@ Arm licensees may contact Arm directly via their partner managers. .. _Trusty Secure OS: https://source.android.com/security/trusty .. _trustedfirmware.org: https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git .. _issue tracker: https://issues.trustedfirmware.org +.. _mailing list: https://lists.trustedfirmware.org/mailman/listinfo/tf-a .. _Security Center: ./process/security.rst .. _license: ./license.rst .. _Contributing Guidelines: ./process/contributing.rst |