From c66d6d83b9b85fc5c1bea2011c0ace9d36a1bf7c Mon Sep 17 00:00:00 2001 From: Srini Kadamati Date: Thu, 26 Aug 2021 09:04:51 -0400 Subject: [PATCH] chore: fixed slack invite link (#16466) --- CODE_OF_CONDUCT.md | 2 +- README.md | 4 ++-- docs/src/pages/community.tsx | 2 +- docs/src/pages/docs/Connecting to Databases/index.mdx | 2 +- docs/src/pages/docs/contributing-page.mdx | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 51e2700c57..994fec44b4 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -106,7 +106,7 @@ This statement thanks the following, on which it draws for content and inspirati # Slack Community Guidelines -If you decide to join the [Community Slack](https://join.slack.com/t/apache-superset/shared_invite/zt-l5f5e0av-fyYu8tlfdqbMdz_sPLwUqQ), please adhere to the following rules: +If you decide to join the [Community Slack](https://join.slack.com/t/apache-superset/shared_invite/zt-uxbh5g36-AISUtHbzOXcu0BIj7kgUaw), please adhere to the following rules: **1. Treat everyone in the community with respect.** diff --git a/README.md b/README.md index a2992d1a34..443c48c6aa 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ under the License. [![PyPI version](https://badge.fury.io/py/apache-superset.svg)](https://badge.fury.io/py/apache-superset) [![Coverage Status](https://codecov.io/github/apache/superset/coverage.svg?branch=master)](https://codecov.io/github/apache/superset) [![PyPI](https://img.shields.io/pypi/pyversions/apache-superset.svg?maxAge=2592000)](https://pypi.python.org/pypi/apache-superset) -[![Get on Slack](https://img.shields.io/badge/slack-join-orange.svg)](https://join.slack.com/t/apache-superset/shared_invite/zt-l5f5e0av-fyYu8tlfdqbMdz_sPLwUqQ) +[![Get on Slack](https://img.shields.io/badge/slack-join-orange.svg)](https://join.slack.com/t/apache-superset/shared_invite/zt-uxbh5g36-AISUtHbzOXcu0BIj7kgUaw) [![Documentation](https://img.shields.io/badge/docs-apache.org-blue.svg)](https://superset.apache.org) [![Dependencies Status](https://david-dm.org/apache/superset/status.svg?path=superset-frontend)](https://david-dm.org/apache/superset?path=superset-frontend) @@ -136,7 +136,7 @@ Want to add support for your datastore or data engine? Read more [here](https:// ## Get Involved - 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-l5f5e0av-fyYu8tlfdqbMdz_sPLwUqQ) +- [Join our community's Slack](https://join.slack.com/t/apache-superset/shared_invite/zt-uxbh5g36-AISUtHbzOXcu0BIj7kgUaw) 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) diff --git a/docs/src/pages/community.tsx b/docs/src/pages/community.tsx index 01cab3495a..b9317b1d9b 100644 --- a/docs/src/pages/community.tsx +++ b/docs/src/pages/community.tsx @@ -26,7 +26,7 @@ import { pmc } from '../resources/data'; const links = [ [ - 'https://join.slack.com/t/apache-superset/shared_invite/zt-l5f5e0av-fyYu8tlfdqbMdz_sPLwUqQ', + 'https://join.slack.com/t/apache-superset/shared_invite/zt-uxbh5g36-AISUtHbzOXcu0BIj7kgUaw', 'Slack', 'interact with other Superset users and community members', ], diff --git a/docs/src/pages/docs/Connecting to Databases/index.mdx b/docs/src/pages/docs/Connecting to Databases/index.mdx index 4460d5e4b1..0704dc7956 100644 --- a/docs/src/pages/docs/Connecting to Databases/index.mdx +++ b/docs/src/pages/docs/Connecting to Databases/index.mdx @@ -69,5 +69,5 @@ exists, please file an issue on the supporting it. [StackOverflow](https://stackoverflow.com/questions/tagged/apache-superset+superset) and the -[Superset community Slack](https://join.slack.com/t/apache-superset/shared_invite/zt-l5f5e0av-fyYu8tlfdqbMdz_sPLwUqQ) +[Superset community Slack](https://join.slack.com/t/apache-superset/shared_invite/zt-uxbh5g36-AISUtHbzOXcu0BIj7kgUaw) are great places to get help with connecting to databases in Superset. diff --git a/docs/src/pages/docs/contributing-page.mdx b/docs/src/pages/docs/contributing-page.mdx index dd7f479cd6..dc8f53f5f1 100644 --- a/docs/src/pages/docs/contributing-page.mdx +++ b/docs/src/pages/docs/contributing-page.mdx @@ -11,7 +11,7 @@ The core contributors (or committers) to Superset communicate primarily in the f which you can join): - [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-l5f5e0av-fyYu8tlfdqbMdz_sPLwUqQ) +- [Apache Superset Slack community](https://join.slack.com/t/apache-superset/shared_invite/zt-uxbh5g36-AISUtHbzOXcu0BIj7kgUaw) - [Github issues and PR's](https://github.com/apache/superset/issues) If you're interested in contributing, we recommend reading the Community Contribution Guide