From 0d12b74a29a41f351fc1aeff00150fc4e4b44d2e Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Wed, 9 May 2018 14:12:06 -0700 Subject: [PATCH] doc: fix references to mailing lists The mailing list hosting software change introduced some changes to where mailing lists are hosted. Update the docs to point at the specific sublists rather than the top-level site. (See issue #7437). Signed-off-by: David B. Kinder --- README.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index b4a1ce28f2b..730be3a63f7 100644 --- a/README.rst +++ b/README.rst @@ -88,11 +88,12 @@ support systems: Security related issue tracking is done in JIRA. The location of this JIRA is https://zephyrprojectsec.atlassian.net. -* **Mailing List**: The `Zephyr mailing lists`_ are perhaps the most convenient +* **Mailing List**: The `Zephyr Development mailing list`_ is perhaps the most convenient way to track developer discussions and to ask your own support questions to - the Zephyr project community. Notice there are specific `Zephyr mailing list - subgroups`_ for announcements and developers. - You can read through message archives to follow + the Zephyr project community. There are also specific `Zephyr mailing list + subgroups`_ for announcements, builds, marketing, and Technical + Steering Committe notes, for example. + You can read through the message archives to follow past posts and discussions, a good thing to do to discover more about the Zephyr project. @@ -107,7 +108,7 @@ support systems: .. _Getting Started Guide: http://docs.zephyrproject.org/getting_started/getting_started.html .. _Contribution Guide: http://docs.zephyrproject.org/contribute/contribute_guidelines.html .. _Zephyr GitHub wiki: https://github.com/zephyrproject-rtos/zephyr/wiki -.. _Zephyr mailing lists: https://lists.zephyrproject.org/ +.. _Zephyr Development mailing list: https://lists.zephyrproject.org/g/devel .. _Zephyr mailing list subgroups: https://lists.zephyrproject.org/g/main/subgroups .. _Sample and Demo Code Examples: http://docs.zephyrproject.org/samples/samples.html .. _Security Overview: http://docs.zephyrproject.org/security/security-overview.html