This is an automated email from the ASF dual-hosted git repository. vogievetsky pushed a commit to branch elevate-slack in repository https://gitbox.apache.org/repos/asf/druid-website-src.git
commit 415f8b450b79b84f1b1f82b7f15da3772fb23520 Author: Vadim Ogievetsky <[email protected]> AuthorDate: Mon Nov 28 13:17:21 2022 -0800 elevate Slack to main channel --- community/index.md | 22 +++++++++++++--------- index.html | 2 +- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/community/index.md b/community/index.md index f580b5d0..e1a8bffe 100644 --- a/community/index.md +++ b/community/index.md @@ -7,21 +7,25 @@ canonical: 'https://druid.apache.org/community/' ## Community -Most discussion about Druid happens over email and GitHub, but those aren't the only way to interact with the Druid -community. We also do chat, meetups, and more. Check out the following resources if you're looking for help, to discuss -Druid development, or just stay up to date: +Most discussion about Druid happens over [Slack](/community/join-slack?v=1), [GitHub](https://github.com/apache/druid), and the [Apache Dev list](https://lists.apache.org/[email protected]), but those aren't the only way to interact with the Druid +community. We also do chat, meetups, and more. -* **User mailing list:** [[email protected]](https://groups.google.com/forum/#!forum/druid-user) for general -discussion, questions, and announcements. This is the perfect place to ask for help if you need it! -* **Development mailing list:** [[email protected]](https://lists.apache.org/[email protected]) for -discussion about project development. +Check out the following resources if you're looking for help, to discuss Druid development, or just stay up to date: + +* **Slack:** Many users and committers are present on Apache Druid Slack. Use this link to join and invite others: [https://druid.apache.org/community/join-slack](/community/join-slack?v=1). This is the perfect place to ask for help if you need it! * **GitHub:** Star us at [apache/druid](https://github.com/apache/druid) and use this to follow Druid development, raise issues, or contribute pull requests. If you're interested in development, please see the [Contributing](#contributing) section below for details on our development process. +* **Development mailing list:** [[email protected]](https://lists.apache.org/[email protected]) for +discussion about project development. +* **Twitter:** Follow us on Twitter at [@druidio](https://twitter.com/druidio). + +Checkout also: + +* **User mailing list:** [[email protected]](https://groups.google.com/forum/#!forum/druid-user) for general +discussion, questions, and announcements. * **Meetups:** Check out [Apache Druid on meetup.com](https://www.meetup.com/topics/apache-druid/) for links to regular meetups in cities all over the world. -* **Slack:** Many users and committers are present on Apache Druid Slack. Use this link to join and invite others: [https://druid.apache.org/community/join-slack](/community/join-slack?v=1) -* **Twitter:** Follow us on Twitter at [@druidio](https://twitter.com/druidio). * **StackOverflow:** While the user mailing list is the primary resource for asking questions, if you prefer StackOverflow, make sure to tag your question with `druid` or `apache-druid`. diff --git a/index.html b/index.html index ac9be9f09..0c49cd8a 100644 --- a/index.html +++ b/index.html @@ -14,7 +14,7 @@ canonical: 'https://druid.apache.org/' <div class="text-center"> <p class="lead">Apache Druid is a real-time database to power modern analytics applications.</p> <p><a class="button" href="/downloads.html"><span class="fa fa-download"></span> Download</a> - <a class="button" href="https://github.com/apache/druid/"><span class="fab fa-github"></span> GitHub</a></p> + <a class="button" href="/community/join-slack?v=1"><span class="fab fa-slack"></span> Join Slack</a></p> </div> </div> </div> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
