chore(docs): update slack invite url (#22121)
This commit is contained in:
parent
4f2e264b3f
commit
2f0d5f16f3
|
|
@ -106,7 +106,7 @@ This statement thanks the following, on which it draws for content and inspirati
|
||||||
|
|
||||||
# Slack Community Guidelines
|
# Slack Community Guidelines
|
||||||
|
|
||||||
If you decide to join the [Community Slack](https://join.slack.com/t/apache-superset/shared_invite/zt-16jvzmoi8-sI7jKWp~xc2zYRe~NqiY9Q), please adhere to the following rules:
|
If you decide to join the [Community Slack](https://join.slack.com/t/apache-superset/shared_invite/zt-1jp6hjzrq-H0PlFtToyLWuPiJDuRWCNw), please adhere to the following rules:
|
||||||
|
|
||||||
**1. Treat everyone in the community with respect.**
|
**1. Treat everyone in the community with respect.**
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ under the License.
|
||||||
[](https://badge.fury.io/py/apache-superset)
|
[](https://badge.fury.io/py/apache-superset)
|
||||||
[](https://codecov.io/github/apache/superset)
|
[](https://codecov.io/github/apache/superset)
|
||||||
[](https://pypi.python.org/pypi/apache-superset)
|
[](https://pypi.python.org/pypi/apache-superset)
|
||||||
[](https://join.slack.com/t/apache-superset/shared_invite/zt-16jvzmoi8-sI7jKWp~xc2zYRe~NqiY9Q)
|
[](https://join.slack.com/t/apache-superset/shared_invite/zt-1jp6hjzrq-H0PlFtToyLWuPiJDuRWCNw)
|
||||||
[](https://superset.apache.org)
|
[](https://superset.apache.org)
|
||||||
|
|
||||||
<img
|
<img
|
||||||
|
|
@ -129,7 +129,7 @@ Want to add support for your datastore or data engine? Read more [here](https://
|
||||||
## Get Involved
|
## Get Involved
|
||||||
|
|
||||||
- Ask and answer questions on [StackOverflow](https://stackoverflow.com/questions/tagged/apache-superset) using the **apache-superset** tag
|
- Ask and answer questions on [StackOverflow](https://stackoverflow.com/questions/tagged/apache-superset) using the **apache-superset** tag
|
||||||
- [Join our community's Slack](https://join.slack.com/t/apache-superset/shared_invite/zt-16jvzmoi8-sI7jKWp~xc2zYRe~NqiY9Q)
|
- [Join our community's Slack](https://join.slack.com/t/apache-superset/shared_invite/zt-1jp6hjzrq-H0PlFtToyLWuPiJDuRWCNw)
|
||||||
and please read our [Slack Community Guidelines](https://github.com/apache/superset/blob/master/CODE_OF_CONDUCT.md#slack-community-guidelines)
|
and please read our [Slack Community Guidelines](https://github.com/apache/superset/blob/master/CODE_OF_CONDUCT.md#slack-community-guidelines)
|
||||||
- [Join our dev@superset.apache.org Mailing list](https://lists.apache.org/list.html?dev@superset.apache.org)
|
- [Join our dev@superset.apache.org Mailing list](https://lists.apache.org/list.html?dev@superset.apache.org)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ The core contributors (or committers) to Superset communicate primarily in the f
|
||||||
which can be joined by anyone):
|
which can be joined by anyone):
|
||||||
|
|
||||||
- [Mailing list](https://lists.apache.org/list.html?dev@superset.apache.org)
|
- [Mailing list](https://lists.apache.org/list.html?dev@superset.apache.org)
|
||||||
- [Apache Superset Slack community](https://join.slack.com/t/apache-superset/shared_invite/zt-16jvzmoi8-sI7jKWp~xc2zYRe~NqiY9Q)
|
- [Apache Superset Slack community](https://join.slack.com/t/apache-superset/shared_invite/zt-1jp6hjzrq-H0PlFtToyLWuPiJDuRWCNw)
|
||||||
- [GitHub issues and PR's](https://github.com/apache/superset/issues)
|
- [GitHub issues and PR's](https://github.com/apache/superset/issues)
|
||||||
|
|
||||||
More references:
|
More references:
|
||||||
|
|
|
||||||
|
|
@ -211,7 +211,7 @@ const config = {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Slack',
|
label: 'Slack',
|
||||||
href: 'https://join.slack.com/t/apache-superset/shared_invite/zt-16jvzmoi8-sI7jKWp~xc2zYRe~NqiY9Q',
|
href: 'https://join.slack.com/t/apache-superset/shared_invite/zt-1jp6hjzrq-H0PlFtToyLWuPiJDuRWCNw',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Mailing List',
|
label: 'Mailing List',
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ import Layout from '@theme/Layout';
|
||||||
|
|
||||||
const links = [
|
const links = [
|
||||||
[
|
[
|
||||||
'https://join.slack.com/t/apache-superset/shared_invite/zt-16jvzmoi8-sI7jKWp~xc2zYRe~NqiY9Q',
|
'https://join.slack.com/t/apache-superset/shared_invite/zt-1jp6hjzrq-H0PlFtToyLWuPiJDuRWCNw',
|
||||||
'Slack',
|
'Slack',
|
||||||
'interact with other Superset users and community members',
|
'interact with other Superset users and community members',
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue