Change link to Apache Druid Slack (#12206)

This commit is contained in:
Vadim Ogievetsky 2022-01-27 21:10:40 -08:00 committed by GitHub
parent eeed156dc0
commit fe8530dac4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -17,7 +17,7 @@
~ under the License.
-->
[![Slack](https://img.shields.io/badge/slack-%23druid-72eff8?logo=slack)](https://s.apache.org/slack-invite)
[![Slack](https://img.shields.io/badge/slack-%23druid-72eff8?logo=slack)](https://druid.apache.org/community/join-slack)
[![Build Status](https://api.travis-ci.com/apache/druid.svg?branch=master)](https://app.travis-ci.com/github/apache/druid)
[![Language grade: Java](https://img.shields.io/lgtm/grade/java/g/apache/druid.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/apache/druid/context:java)
[![Coverage Status](https://img.shields.io/codecov/c/gh/apache/druid)](https://codecov.io/gh/apache/druid)
@ -32,7 +32,7 @@
[Documentation](https://druid.apache.org/docs/latest/design/) |
[Developer Mailing List](https://lists.apache.org/list.html?dev@druid.apache.org) |
[User Mailing List](https://groups.google.com/forum/#!forum/druid-user) |
[Slack](https://s.apache.org/slack-invite) |
[Slack](https://druid.apache.org/community/join-slack) |
[Twitter](https://twitter.com/druidio) |
[Download](https://druid.apache.org/downloads.html)
@ -86,7 +86,7 @@ is hosted at Google Groups.
Development discussions occur on [dev@druid.apache.org](https://lists.apache.org/list.html?dev@druid.apache.org), which
you can subscribe to by emailing [dev-subscribe@druid.apache.org](mailto:dev-subscribe@druid.apache.org).
Chat with Druid committers and users in real-time on the `#druid` channel in the Apache Slack team. Please use [this invitation link to join the ASF Slack](https://s.apache.org/slack-invite), and once joined, go into the `#druid` channel.
Chat with Druid committers and users in real-time on the Apache Druid Slack channel. Please use [this invitation link to join and invite others](https://druid.apache.org/community/join-slack).
### Building from source

View File

@ -220,7 +220,7 @@ exports[`HeaderBar matches snapshot 1`] = `
popoverProps={Object {}}
shouldDismissPopover={true}
target="_blank"
text="ASF Slack channel"
text="Slack channel"
/>
<Blueprint3.MenuItem
disabled={false}

View File

@ -223,7 +223,7 @@ export const HeaderBar = React.memo(function HeaderBar(props: HeaderBarProps) {
/>
<MenuItem
icon={IconNames.CHAT}
text="ASF Slack channel"
text="Slack channel"
href={getLink('SLACK')}
target="_blank"
/>