This is an automated email from the ASF dual-hosted git repository. awong pushed a commit to branch gh-pages in repository https://gitbox.apache.org/repos/asf/kudu.git
commit c8191e299daaecb6c14cb57ecfda5eb7ced92c31 Author: Andrew Wong <[email protected]> AuthorDate: Thu Jul 30 15:30:53 2020 -0700 site: add [email protected] Along the way I removed some "incubating" mentions and updated to use the PonyMail archive links, since it seems more user-friendly and is used by other projects as well[1][2]. [1] https://hbase.apache.org/mail-lists.html [2] https://nifi.apache.org/mailing_lists.html Change-Id: Ia72a344c9b580a1f109378718ce3824f2d41712b Reviewed-on: http://gerrit.cloudera.org:8080/16262 Reviewed-by: Attila Bukor <[email protected]> Tested-by: Attila Bukor <[email protected]> Reviewed-by: Grant Henke <[email protected]> Reviewed-by: Alexey Serbin <[email protected]> --- community.md | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/community.md b/community.md index 2ea9f72..55d6dc1 100644 --- a/community.md +++ b/community.md @@ -9,42 +9,41 @@ single_col_extra_classes: community Get help using Kudu or contribute to the project on our mailing lists or our chat room: -* **[[email protected]](http://mail-archives.apache.org/mod_mbox/kudu-user/)** +* **[[email protected]](https://lists.apache.org/[email protected])** ([subscribe](mailto:[email protected])) ([unsubscribe](mailto:[email protected])) - ([archives](http://mail-archives.apache.org/mod_mbox/kudu-user/)) - for usage questions, help, and announcements. * **<a class="icon slack" href="https://getkudu-slack.herokuapp.com/">Kudu Slack channel</a>** - where many Kudu developers and users hang out to answer questions and chat. **Developer mailing lists** -* **[[email protected]](http://mail-archives.apache.org/mod_mbox/kudu-dev/)** +* **[[email protected]](https://lists.apache.org/[email protected])** ([subscribe](mailto:[email protected])) ([unsubscribe](mailto:[email protected])) - ([archives](http://mail-archives.apache.org/mod_mbox/kudu-dev/)) - for people who want to contribute code to Kudu. -* **[[email protected]](http://mail-archives.apache.org/mod_mbox/kudu-issues/)** +* **[[email protected]](https://lists.apache.org/[email protected])** + ([subscribe](mailto:[email protected])) + ([unsubscribe](mailto:[email protected])) + for discussions and notifications surrounding build infrastructure. +* **[[email protected]](https://lists.apache.org/[email protected])** ([subscribe](mailto:[email protected])) ([unsubscribe](mailto:[email protected])) - ([archives](http://mail-archives.apache.org/mod_mbox/kudu-issues/)) - receives an email notification for all ticket updates made in the [Kudu JIRA issue tracker](https://issues.apache.org/jira/browse/KUDU). -* **[[email protected]](http://mail-archives.apache.org/mod_mbox/kudu-reviews/)** +* **[[email protected]](https://lists.apache.org/[email protected])** ([subscribe](mailto:[email protected])) ([unsubscribe](mailto:[email protected])) - ([archives](http://mail-archives.apache.org/mod_mbox/kudu-reviews/)) - receives an email notification for all code review requests and responses on the [Kudu Gerrit](http://gerrit.cloudera.org:8080/#/q/status:open+project:kudu). -* **[[email protected]](http://mail-archives.apache.org/mod_mbox/kudu-commits/)** +* **[[email protected]](https://lists.apache.org/[email protected])** ([subscribe](mailto:[email protected])) ([unsubscribe](mailto:[email protected])) - ([archives](http://mail-archives.apache.org/mod_mbox/kudu-commits/)) - receives an email notification of all code changes to the - [Kudu Git repository](https://github.com/apache/incubator-kudu/). + [Kudu Git repository](https://github.com/apache/kudu/). **Other developer resources** -* **<a class="icon github" href="https://github.com/apache/incubator-kudu">GitHub</a>** +* **<a class="icon github" href="https://github.com/apache/kudu">GitHub</a>** * **<a class="icon gerrit" href="http://gerrit.cloudera.org:8080/#/q/status:open+project:kudu">Gerrit Code Review</a>** * **<a class="icon jira" href="https://issues.apache.org/jira/browse/KUDU">JIRA Issue Tracker</a>**
