From 21445970c859a4b24ca191fd6fc9d6ca1c7ef22a Mon Sep 17 00:00:00 2001 From: Srini Kadamati Date: Fri, 5 Feb 2021 15:14:53 -0500 Subject: [PATCH 1/2] swapped slack url --- docs/src/pages/community.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages/community.tsx b/docs/src/pages/community.tsx index c046c2067f62b..fe7afa400806d 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://apache-superset.slack.com/join/shared_invite/zt-g8lpruog-HeqpgYrwdfrD5OYhlU7hPQ#/', + 'https://join.slack.com/t/apache-superset/shared_invite/zt-l5f5e0av-fyYu8tlfdqbMdz_sPLwUqQ', 'Slack', 'interact with other Superset users and community members', ], From e5aea8c712426d2db7f426c849f1c33cbf610e92 Mon Sep 17 00:00:00 2001 From: Srini Kadamati Date: Mon, 8 Feb 2021 11:20:14 -0500 Subject: [PATCH 2/2] few more places to swap slack url --- docs/src/components/footer.tsx | 2 +- docs/src/pages/docs/contributing-page.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/components/footer.tsx b/docs/src/components/footer.tsx index b3a42ec9b28c6..d2bbacccecb5a 100644 --- a/docs/src/components/footer.tsx +++ b/docs/src/components/footer.tsx @@ -73,7 +73,7 @@ const LayoutFooter = () => (
diff --git a/docs/src/pages/docs/contributing-page.mdx b/docs/src/pages/docs/contributing-page.mdx index 7684f95f89f76..dd7f479cd65f2 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://apache-superset.slack.com/join/shared_invite/zt-g8lpruog-HeqpgYrwdfrD5OYhlU7hPQ#/) +- [Apache Superset Slack community](https://join.slack.com/t/apache-superset/shared_invite/zt-l5f5e0av-fyYu8tlfdqbMdz_sPLwUqQ) - [Github issues and PR's](https://github.com/apache/superset/issues) If you're interested in contributing, we recommend reading the Community Contribution Guide