You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by sr...@apache.org on 2021/02/05 23:42:02 UTC

[superset] branch master updated: swapped slack url (#12974)

This is an automated email from the ASF dual-hosted git repository.

srini pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 92a5f84  swapped slack url (#12974)
92a5f84 is described below

commit 92a5f841517c0d2f5d080e819dd42d1d1af1a230
Author: Srini Kadamati <sk...@gmail.com>
AuthorDate: Fri Feb 5 18:41:36 2021 -0500

    swapped slack url (#12974)
---
 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 c046c20..fe7afa4 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',
   ],