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

bhavanisudha pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new c12f92abdda [DOCS]Update slack links due to expiry of old link (#9392)
c12f92abdda is described below

commit c12f92abddaa4ab42cd1796ac364957be2bfb54f
Author: Bhavani Sudha Saktheeswaran <2179254+bhasu...@users.noreply.github.com>
AuthorDate: Tue Aug 8 10:09:49 2023 -0700

    [DOCS]Update slack links due to expiry of old link (#9392)
---
 ...021-12-16-lakehouse-concurrency-control-are-we-too-optimistic.md | 2 +-
 website/blog/2022-01-06-apache-hudi-2021-a-year-in-review.md        | 4 ++--
 .../2022-01-14-change-data-capture-with-debezium-and-apache-hudi.md | 2 +-
 website/blog/2022-12-29-Apache-Hudi-2022-A-Year-In-Review.md        | 6 +++---
 website/community/get-involved.md                                   | 2 +-
 website/docs/overview.md                                            | 4 ++--
 website/docusaurus.config.js                                        | 4 ++--
 website/i18n/cn/docusaurus-plugin-content-pages/get-involved.md     | 2 +-
 website/i18n/cn/docusaurus-theme-classic/footer.json                | 2 +-
 website/sidebars.js                                                 | 2 +-
 website/sidebarsCommunity.js                                        | 2 +-
 website/sidebarsContribute.js                                       | 2 +-
 website/src/components/JoinCommunity/index.js                       | 2 +-
 website/src/pages/powered-by.md                                     | 2 +-
 website/versioned_docs/version-0.10.0/overview.md                   | 4 ++--
 website/versioned_docs/version-0.10.1/overview.md                   | 4 ++--
 website/versioned_docs/version-0.11.0/overview.md                   | 4 ++--
 website/versioned_docs/version-0.11.1/overview.md                   | 4 ++--
 website/versioned_docs/version-0.12.0/overview.md                   | 4 ++--
 website/versioned_docs/version-0.12.1/overview.md                   | 4 ++--
 website/versioned_docs/version-0.12.2/overview.md                   | 4 ++--
 website/versioned_docs/version-0.12.3/overview.md                   | 4 ++--
 website/versioned_docs/version-0.13.0/overview.md                   | 4 ++--
 website/versioned_docs/version-0.13.1/overview.md                   | 4 ++--
 website/versioned_sidebars/version-0.10.0-sidebars.json             | 2 +-
 website/versioned_sidebars/version-0.10.1-sidebars.json             | 2 +-
 website/versioned_sidebars/version-0.11.0-sidebars.json             | 2 +-
 website/versioned_sidebars/version-0.11.1-sidebars.json             | 2 +-
 website/versioned_sidebars/version-0.12.0-sidebars.json             | 2 +-
 website/versioned_sidebars/version-0.12.1-sidebars.json             | 2 +-
 website/versioned_sidebars/version-0.12.2-sidebars.json             | 2 +-
 website/versioned_sidebars/version-0.12.3-sidebars.json             | 2 +-
 website/versioned_sidebars/version-0.13.0-sidebars.json             | 2 +-
 website/versioned_sidebars/version-0.13.1-sidebars.json             | 2 +-
 website/versioned_sidebars/version-0.9.0-sidebars.json              | 2 +-
 35 files changed, 50 insertions(+), 50 deletions(-)

diff --git 
a/website/blog/2021-12-16-lakehouse-concurrency-control-are-we-too-optimistic.md
 
b/website/blog/2021-12-16-lakehouse-concurrency-control-are-we-too-optimistic.md
index 516d07c31de..a06b1065601 100644
--- 
a/website/blog/2021-12-16-lakehouse-concurrency-control-are-we-too-optimistic.md
+++ 
b/website/blog/2021-12-16-lakehouse-concurrency-control-are-we-too-optimistic.md
@@ -54,4 +54,4 @@ All this said, there are still many ways we can improve upon 
this foundation.
 *   While optimistic concurrency control is attractive when serializable 
snapshot isolation is desired, it's neither optimal nor the only method for 
dealing with concurrency between writers. We plan to implement a fully 
lock-free concurrency control using CRDTs and widely adopted stream processing 
concepts, over our log [merge 
API](https://github.com/apache/hudi/blob/bc8bf043d5512f7afbb9d94882c4e43ee61d6f06/hudi-common/src/main/java/org/apache/hudi/common/model/HoodieRecordPayload.java#L
 [...]
 *   Touching upon key constraints, Hudi is the only lake transactional layer 
that ensures unique [key](https://hudi.apache.org/docs/key_generation) 
constraints today, but limited to the record key of the table. We will be 
looking to expand this capability in a more general form to non-primary key 
fields, with the said newer concurrency models.
 
-Finally, for data lakes to transform successfully into lakehouses, we must 
learn from the failing of the "hadoop warehouse" vision, which shared similar 
goals with the new "lakehouse" vision. Designers did not pay closer attention 
to the missing technology gaps against warehouses and created unrealistic 
expectations from the actual software. As transactions and database 
functionality finally goes mainstream on data lakes, we must apply these 
lessons and remain candid about the current sh [...]
\ No newline at end of file
+Finally, for data lakes to transform successfully into lakehouses, we must 
learn from the failing of the "hadoop warehouse" vision, which shared similar 
goals with the new "lakehouse" vision. Designers did not pay closer attention 
to the missing technology gaps against warehouses and created unrealistic 
expectations from the actual software. As transactions and database 
functionality finally goes mainstream on data lakes, we must apply these 
lessons and remain candid about the current sh [...]
\ No newline at end of file
diff --git a/website/blog/2022-01-06-apache-hudi-2021-a-year-in-review.md 
b/website/blog/2022-01-06-apache-hudi-2021-a-year-in-review.md
index abeb41738f0..18286bf2d1a 100644
--- a/website/blog/2022-01-06-apache-hudi-2021-a-year-in-review.md
+++ b/website/blog/2022-01-06-apache-hudi-2021-a-year-in-review.md
@@ -17,7 +17,7 @@ As the year came to end, I took some time to reflect on where 
we are and what we
 
 **_Community_**
 
-I want to call out how amazing it is to see such a diverse group of people 
step up and contribute to this project. There were over 30,000 interactions 
with the [project on github](https://github.com/apache/hudi/), up 2x from last 
year. Over the last year 300 people have contributed to the project, with over 
3,000 PRs over 5 releases. We moved Apache Hudi from release 0.5.X all the way 
to our feature packed 0.10.0 release. Come and join us on our [active slack 
channel](https://join.slack. [...]
+I want to call out how amazing it is to see such a diverse group of people 
step up and contribute to this project. There were over 30,000 interactions 
with the [project on github](https://github.com/apache/hudi/), up 2x from last 
year. Over the last year 300 people have contributed to the project, with over 
3,000 PRs over 5 releases. We moved Apache Hudi from release 0.5.X all the way 
to our feature packed 0.10.0 release. Come and join us on our [active slack 
channel](https://join.slack. [...]
 
 <img src="/assets/images/powers/logo-wall.png" alt="drawing" width="600"/>
 
@@ -33,4 +33,4 @@ Apache Hudi has come a long way in 2021 from v0.5.X to 
0.10.0. Throughout this y
 
 2021 may have been our best year so far, but it still feels like we are just 
getting started when we look at our new year's resolutions for 2022. In the 
year ahead we have bold plans to realize the first cut of our entire vision and 
take Hudi 1.0, that includes full-featured multi-modal indexing for faster 
writes/queries, pathbreaking lock free concurrency, new server components for 
caching/metadata and finally Flink based incremental materialized views!  _You 
can find our_ [_detailed ro [...]
 
-I look forward to continued collaboration with the growing Hudi community! 
Come join our [_community events_](https://hudi.apache.org/community/syncs) 
_and discussions in our_ [_slack 
channel_](https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w)_!
 Happy new year 2022!_
\ No newline at end of file
+I look forward to continued collaboration with the growing Hudi community! 
Come join our [_community events_](https://hudi.apache.org/community/syncs) 
_and discussions in our_ [_slack 
channel_](https://join.slack.com/t/apache-hudi/shared_invite/zt-20r833rxh-627NWYDUyR8jRtMa2mZ~gg)_!
 Happy new year 2022!_
\ No newline at end of file
diff --git 
a/website/blog/2022-01-14-change-data-capture-with-debezium-and-apache-hudi.md 
b/website/blog/2022-01-14-change-data-capture-with-debezium-and-apache-hudi.md
index 129f2cd62e8..dbba62cf98b 100644
--- 
a/website/blog/2022-01-14-change-data-capture-with-debezium-and-apache-hudi.md
+++ 
b/website/blog/2022-01-14-change-data-capture-with-debezium-and-apache-hudi.md
@@ -190,4 +190,4 @@ spark-submit \\
 
 This post introduced the Debezium Source for Hudi Deltastreamer to ingest 
Debezium changelogs into Hudi tables. Database data can now be ingested into 
data lakes to provide a cost-effective way to store and analyze database data.
 
-Please follow this [JIRA](https://issues.apache.org/jira/browse/HUDI-1290) to 
learn more about active development on this new feature. I look forward to more 
contributions and feedback from the community. Come join our [Hudi 
Slack](https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w)
 channel or attend one of our [community 
events](https://hudi.apache.org/community/syncs) to learn more.
\ No newline at end of file
+Please follow this [JIRA](https://issues.apache.org/jira/browse/HUDI-1290) to 
learn more about active development on this new feature. I look forward to more 
contributions and feedback from the community. Come join our [Hudi 
Slack](https://join.slack.com/t/apache-hudi/shared_invite/zt-20r833rxh-627NWYDUyR8jRtMa2mZ~gg)
 channel or attend one of our [community 
events](https://hudi.apache.org/community/syncs) to learn more.
\ No newline at end of file
diff --git a/website/blog/2022-12-29-Apache-Hudi-2022-A-Year-In-Review.md 
b/website/blog/2022-12-29-Apache-Hudi-2022-A-Year-In-Review.md
index c97798142d5..6bca37a05c9 100644
--- a/website/blog/2022-12-29-Apache-Hudi-2022-A-Year-In-Review.md
+++ b/website/blog/2022-12-29-Apache-Hudi-2022-A-Year-In-Review.md
@@ -15,9 +15,9 @@ As we wrap up 2022 I want to take the opportunity to reflect 
on and highlight th
 project and most importantly, the community. First and foremost, I want to 
thank all of the contributors who have made 
 2022 the best year for the project ever. There were [over 2,200 
PRs](https://ossinsight.io/analyze/apache/hudi#pull-requests) 
 created (+38% YoY) and over 600+ users engaged on 
[Github](https://github.com/apache/hudi/). The Apache Hudi community 
-[slack 
channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w)
 has grown to more 
+[slack 
channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-20r833rxh-627NWYDUyR8jRtMa2mZ~gg)
 has grown to more 
 than 2,600 users (+100% YoY growth) averaging nearly 200 messages per month! 
The most impressive stat is that with this 
-volume growth, the median response time to questions is ~3h. [Come join the 
community](https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w)
 
+volume growth, the median response time to questions is ~3h. [Come join the 
community](https://join.slack.com/t/apache-hudi/shared_invite/zt-20r833rxh-627NWYDUyR8jRtMa2mZ~gg)
 
 where people are sharing and helping each other!
 
 <img src="/assets/images/blog/Apache-Hudi-Pull-Request-History.png" 
alt="drawing" style={{width:'80%', display:'block', marginLeft:'auto', 
marginRight:'auto'}} />
@@ -82,7 +82,7 @@ Check out [Hudi Roadmap](https://hudi.apache.org/roadmap) for 
more to come in 20
 If you haven't tried Apache Hudi yet, 2023 is your year! Here are a few useful 
links to help you get started:
  
 1. [Apache Hudi Docs](https://hudi.apache.org/docs/overview)
-2. [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w)
+2. [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-20r833rxh-627NWYDUyR8jRtMa2mZ~gg)
 3. [Hudi Weekly Office Hours](https://hudi.apache.org/community/office_hours) 
and [Monthly 
Meetup](https://hudi.apache.org/community/syncs#monthly-community-call)
 4. [Contributor Guide](https://hudi.apache.org/contribute/how-to-contribute)
 
diff --git a/website/community/get-involved.md 
b/website/community/get-involved.md
index 7247918693d..5438567d730 100644
--- a/website/community/get-involved.md
+++ b/website/community/get-involved.md
@@ -14,7 +14,7 @@ There are several ways to get in touch with the Hudi 
community.
 | For development discussions                           | Dev Mailing list 
([Subscribe](mailto:dev-subscr...@hudi.apache.org), 
[Unsubscribe](mailto:dev-unsubscr...@hudi.apache.org), 
[Archives](https://lists.apache.org/list?d...@hudi.apache.org)). Empty email 
works for subscribe/unsubscribe. Please use [gists](https://gist.github.com) to 
share code/stacktraces on the email.         |
 | For any general questions, user support               | Users Mailing list 
([Subscribe](mailto:users-subscr...@hudi.apache.org), 
[Unsubscribe](mailto:users-unsubscr...@hudi.apache.org), 
[Archives](https://lists.apache.org/list?us...@hudi.apache.org)). Empty email 
works for subscribe/unsubscribe. Please use [gists](https://gist.github.com) to 
share code/stacktraces on the email. |
 | For reporting bugs or issues or discover known issues | Please use [ASF Hudi 
JIRA](https://issues.apache.org/jira/projects/HUDI/summary). See 
[#here](#accounts) for access                                                   
                                                                                
                                                                               |
-| For quick pings & 1-1 chats                           | Join our [slack 
group](https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w).
 In case the link does not work, please leave a comment on this [github 
issue](https://github.com/apache/hudi/issues/143) or drop an email to 
d...@hudi.apache.org                                                     |
+| For quick pings & 1-1 chats                           | Join our [slack 
group](https://join.slack.com/t/apache-hudi/shared_invite/zt-20r833rxh-627NWYDUyR8jRtMa2mZ~gg).
 In case the link does not work, please leave a comment on this [github 
issue](https://github.com/apache/hudi/issues/143) or drop an email to 
d...@hudi.apache.org                                                     |
 | For proposing large features, changes                 | Start a RFC. 
Instructions [here](/contribute/rfc-process).                                   
                                                                                
                                                                                
                                                                        |
 | Join weekly sync-up meeting                           | Follow instructions 
[here](https://cwiki.apache.org/confluence/display/HUDI/Apache+Hudi+Community+Weekly+Sync).
                                                                                
                                                                                
                                                      |
 | See [#here](#accounts) for wiki access                |                      
                                                                                
                                                                                
                                                                                
                                                                |
diff --git a/website/docs/overview.md b/website/docs/overview.md
index e35da8ac034..5b1b9f12a4d 100644
--- a/website/docs/overview.md
+++ b/website/docs/overview.md
@@ -51,7 +51,7 @@ resources to learn more, engage, and get help as you get 
started.
 
 ### Join in on discussions
 See all the ways to [engage with the community here](/community/get-involved). 
Two most popular methods include:
-- [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w)
+- [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-20r833rxh-627NWYDUyR8jRtMa2mZ~gg)
 - [Hudi mailing list](mailto:users-subscr...@hudi.apache.org) - (send any msg 
to subscribe)
 
 ### Come to Office Hours for help
@@ -65,5 +65,5 @@ Apache Hudi welcomes you to join in on the fun and make a 
lasting impact on the
 [contributor guide](/contribute/how-to-contribute) to learn more, and don’t 
hesitate to directly reach out to any of the 
 current committers to learn more.
 
-Have an idea, an ask, or feedback about a pain-point, but don’t have time to 
contribute? Join the [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w)
+Have an idea, an ask, or feedback about a pain-point, but don’t have time to 
contribute? Join the [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-20r833rxh-627NWYDUyR8jRtMa2mZ~gg)
 and share!
\ No newline at end of file
diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index c359d288144..94405c55e65 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -248,7 +248,7 @@ module.exports = {
           'aria-label': 'Hudi Twitter Handle',
         },
         {
-          href: 
'https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w',
+          href: 
'https://join.slack.com/t/apache-hudi/shared_invite/zt-20r833rxh-627NWYDUyR8jRtMa2mZ~gg',
           position: 'right',
           className: 'header-slack-link',
           'aria-label': 'Hudi Slack Channel',
@@ -364,7 +364,7 @@ module.exports = {
             },
             {
               label: 'Slack',
-              href: 
'https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w',
+              href: 
'https://join.slack.com/t/apache-hudi/shared_invite/zt-20r833rxh-627NWYDUyR8jRtMa2mZ~gg',
             },
             {
               label: 'GitHub',
diff --git a/website/i18n/cn/docusaurus-plugin-content-pages/get-involved.md 
b/website/i18n/cn/docusaurus-plugin-content-pages/get-involved.md
index 3cc33289200..987f29e3445 100644
--- a/website/i18n/cn/docusaurus-plugin-content-pages/get-involved.md
+++ b/website/i18n/cn/docusaurus-plugin-content-pages/get-involved.md
@@ -15,7 +15,7 @@ There are several ways to get in touch with the Hudi 
community.
 | For development discussions | Dev Mailing list 
([Subscribe](mailto:dev-subscr...@hudi.apache.org), 
[Unsubscribe](mailto:dev-unsubscr...@hudi.apache.org), 
[Archives](https://lists.apache.org/list?d...@hudi.apache.org)). Empty email 
works for subscribe/unsubscribe. Please use [gists](https://gist.github.com) to 
share code/stacktraces on the email. |
 | For any general questions, user support | Users Mailing list 
([Subscribe](mailto:users-subscr...@hudi.apache.org), 
[Unsubscribe](mailto:users-unsubscr...@hudi.apache.org), 
[Archives](https://lists.apache.org/list?us...@hudi.apache.org)). Empty email 
works for subscribe/unsubscribe. Please use [gists](https://gist.github.com) to 
share code/stacktraces on the email. |
 | For reporting bugs or issues or discover known issues | Please use [ASF Hudi 
JIRA](https://issues.apache.org/jira/projects/HUDI/summary). See 
[#here](#accounts) for access |
-| For quick pings & 1-1 chats | Join our [slack 
group](https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w).
 In case this does not work, please leave a comment on this [github 
issue](https://github.com/apache/hudi/issues/143) |
+| For quick pings & 1-1 chats | Join our [slack 
group](https://join.slack.com/t/apache-hudi/shared_invite/zt-20r833rxh-627NWYDUyR8jRtMa2mZ~gg).
 In case this does not work, please leave a comment on this [github 
issue](https://github.com/apache/hudi/issues/143) |
 | For proposing large features, changes | Start a RFC. Instructions 
[here](https://cwiki.apache.org/confluence/display/HUDI/RFC+Process).
 | Join weekly sync-up meeting | Follow instructions 
[here](https://cwiki.apache.org/confluence/display/HUDI/Apache+Hudi+Community+Weekly+Sync).
 |
  See [#here](#accounts) for wiki access |
diff --git a/website/i18n/cn/docusaurus-theme-classic/footer.json 
b/website/i18n/cn/docusaurus-theme-classic/footer.json
index bf26d792176..995977f4881 100644
--- a/website/i18n/cn/docusaurus-theme-classic/footer.json
+++ b/website/i18n/cn/docusaurus-theme-classic/footer.json
@@ -29,7 +29,7 @@
   },
   "link.item.label.Slack": {
     "message": "Slack",
-    "description": "The label of footer link with label=Slack linking to 
https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w";
+    "description": "The label of footer link with label=Slack linking to 
https://join.slack.com/t/apache-hudi/shared_invite/zt-20r833rxh-627NWYDUyR8jRtMa2mZ~gg";
   },
   "link.item.label.GitHub": {
     "message": "GitHub",
diff --git a/website/sidebars.js b/website/sidebars.js
index 464f8a171ce..753b23b57ff 100644
--- a/website/sidebars.js
+++ b/website/sidebars.js
@@ -129,7 +129,7 @@ module.exports = {
         {
             type: 'link',
             label: 'Chat with us on Slack',
-            href: 
'https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w',
+            href: 
'https://join.slack.com/t/apache-hudi/shared_invite/zt-20r833rxh-627NWYDUyR8jRtMa2mZ~gg',
         },
     ],
 };
diff --git a/website/sidebarsCommunity.js b/website/sidebarsCommunity.js
index b26fedaceb3..8003a339d66 100644
--- a/website/sidebarsCommunity.js
+++ b/website/sidebarsCommunity.js
@@ -18,7 +18,7 @@ module.exports = {
     {
       type: 'link',
       label: 'Join Our Slack',
-      href: 
'https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w',
+      href: 
'https://join.slack.com/t/apache-hudi/shared_invite/zt-20r833rxh-627NWYDUyR8jRtMa2mZ~gg',
     },
   ],
 };
diff --git a/website/sidebarsContribute.js b/website/sidebarsContribute.js
index 455d5b9cde9..f8d0f8b47b6 100644
--- a/website/sidebarsContribute.js
+++ b/website/sidebarsContribute.js
@@ -18,7 +18,7 @@ module.exports = {
     {
       type: 'link',
       label: 'Join our Slack',
-      href: 
'https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w',
+      href: 
'https://join.slack.com/t/apache-hudi/shared_invite/zt-20r833rxh-627NWYDUyR8jRtMa2mZ~gg',
     },
   ],
 };
diff --git a/website/src/components/JoinCommunity/index.js 
b/website/src/components/JoinCommunity/index.js
index 88cc33a5012..e985cdf7dc0 100644
--- a/website/src/components/JoinCommunity/index.js
+++ b/website/src/components/JoinCommunity/index.js
@@ -20,7 +20,7 @@ const JoinCommunity = () => {
       icon: SlackIcon,
       title: "Slack",
       linkText: "Join community",
-      url: 
"https://apache-hudi.slack.com/join/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w";,
+      url: 
"https://join.slack.com/t/apache-hudi/shared_invite/zt-20r833rxh-627NWYDUyR8jRtMa2mZ~gg";,
     },
     {
       icon: TwitterIcon,
diff --git a/website/src/pages/powered-by.md b/website/src/pages/powered-by.md
index 81e96e612fc..bb11549d66a 100644
--- a/website/src/pages/powered-by.md
+++ b/website/src/pages/powered-by.md
@@ -8,7 +8,7 @@ last_modified_at: 2019-12-31T15:59:57-04:00
 
 Apache Hudi is a [fast growing diverse 
community](https://hudi.apache.org/blog/2022/01/06/apache-hudi-2021-a-year-in-review)
 
 of people and organizations from all around the globe. The following is a 
small sample of companies that have adopted or 
-contributed to the Apache Hudi community! [Join us on 
slack](https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w),
 
+contributed to the Apache Hudi community! [Join us on 
slack](https://join.slack.com/t/apache-hudi/shared_invite/zt-20r833rxh-627NWYDUyR8jRtMa2mZ~gg),
 
 or come to one of our [virtual community 
events](https://hudi.apache.org/community/syncs).
 
 <img src="/assets/images/powers/logo-wall.png" alt="drawing"/>
diff --git a/website/versioned_docs/version-0.10.0/overview.md 
b/website/versioned_docs/version-0.10.0/overview.md
index e35da8ac034..5b1b9f12a4d 100644
--- a/website/versioned_docs/version-0.10.0/overview.md
+++ b/website/versioned_docs/version-0.10.0/overview.md
@@ -51,7 +51,7 @@ resources to learn more, engage, and get help as you get 
started.
 
 ### Join in on discussions
 See all the ways to [engage with the community here](/community/get-involved). 
Two most popular methods include:
-- [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w)
+- [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-20r833rxh-627NWYDUyR8jRtMa2mZ~gg)
 - [Hudi mailing list](mailto:users-subscr...@hudi.apache.org) - (send any msg 
to subscribe)
 
 ### Come to Office Hours for help
@@ -65,5 +65,5 @@ Apache Hudi welcomes you to join in on the fun and make a 
lasting impact on the
 [contributor guide](/contribute/how-to-contribute) to learn more, and don’t 
hesitate to directly reach out to any of the 
 current committers to learn more.
 
-Have an idea, an ask, or feedback about a pain-point, but don’t have time to 
contribute? Join the [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w)
+Have an idea, an ask, or feedback about a pain-point, but don’t have time to 
contribute? Join the [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-20r833rxh-627NWYDUyR8jRtMa2mZ~gg)
 and share!
\ No newline at end of file
diff --git a/website/versioned_docs/version-0.10.1/overview.md 
b/website/versioned_docs/version-0.10.1/overview.md
index e35da8ac034..5b1b9f12a4d 100644
--- a/website/versioned_docs/version-0.10.1/overview.md
+++ b/website/versioned_docs/version-0.10.1/overview.md
@@ -51,7 +51,7 @@ resources to learn more, engage, and get help as you get 
started.
 
 ### Join in on discussions
 See all the ways to [engage with the community here](/community/get-involved). 
Two most popular methods include:
-- [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w)
+- [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-20r833rxh-627NWYDUyR8jRtMa2mZ~gg)
 - [Hudi mailing list](mailto:users-subscr...@hudi.apache.org) - (send any msg 
to subscribe)
 
 ### Come to Office Hours for help
@@ -65,5 +65,5 @@ Apache Hudi welcomes you to join in on the fun and make a 
lasting impact on the
 [contributor guide](/contribute/how-to-contribute) to learn more, and don’t 
hesitate to directly reach out to any of the 
 current committers to learn more.
 
-Have an idea, an ask, or feedback about a pain-point, but don’t have time to 
contribute? Join the [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w)
+Have an idea, an ask, or feedback about a pain-point, but don’t have time to 
contribute? Join the [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-20r833rxh-627NWYDUyR8jRtMa2mZ~gg)
 and share!
\ No newline at end of file
diff --git a/website/versioned_docs/version-0.11.0/overview.md 
b/website/versioned_docs/version-0.11.0/overview.md
index e35da8ac034..5b1b9f12a4d 100644
--- a/website/versioned_docs/version-0.11.0/overview.md
+++ b/website/versioned_docs/version-0.11.0/overview.md
@@ -51,7 +51,7 @@ resources to learn more, engage, and get help as you get 
started.
 
 ### Join in on discussions
 See all the ways to [engage with the community here](/community/get-involved). 
Two most popular methods include:
-- [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w)
+- [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-20r833rxh-627NWYDUyR8jRtMa2mZ~gg)
 - [Hudi mailing list](mailto:users-subscr...@hudi.apache.org) - (send any msg 
to subscribe)
 
 ### Come to Office Hours for help
@@ -65,5 +65,5 @@ Apache Hudi welcomes you to join in on the fun and make a 
lasting impact on the
 [contributor guide](/contribute/how-to-contribute) to learn more, and don’t 
hesitate to directly reach out to any of the 
 current committers to learn more.
 
-Have an idea, an ask, or feedback about a pain-point, but don’t have time to 
contribute? Join the [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w)
+Have an idea, an ask, or feedback about a pain-point, but don’t have time to 
contribute? Join the [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-20r833rxh-627NWYDUyR8jRtMa2mZ~gg)
 and share!
\ No newline at end of file
diff --git a/website/versioned_docs/version-0.11.1/overview.md 
b/website/versioned_docs/version-0.11.1/overview.md
index e35da8ac034..5b1b9f12a4d 100644
--- a/website/versioned_docs/version-0.11.1/overview.md
+++ b/website/versioned_docs/version-0.11.1/overview.md
@@ -51,7 +51,7 @@ resources to learn more, engage, and get help as you get 
started.
 
 ### Join in on discussions
 See all the ways to [engage with the community here](/community/get-involved). 
Two most popular methods include:
-- [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w)
+- [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-20r833rxh-627NWYDUyR8jRtMa2mZ~gg)
 - [Hudi mailing list](mailto:users-subscr...@hudi.apache.org) - (send any msg 
to subscribe)
 
 ### Come to Office Hours for help
@@ -65,5 +65,5 @@ Apache Hudi welcomes you to join in on the fun and make a 
lasting impact on the
 [contributor guide](/contribute/how-to-contribute) to learn more, and don’t 
hesitate to directly reach out to any of the 
 current committers to learn more.
 
-Have an idea, an ask, or feedback about a pain-point, but don’t have time to 
contribute? Join the [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w)
+Have an idea, an ask, or feedback about a pain-point, but don’t have time to 
contribute? Join the [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-20r833rxh-627NWYDUyR8jRtMa2mZ~gg)
 and share!
\ No newline at end of file
diff --git a/website/versioned_docs/version-0.12.0/overview.md 
b/website/versioned_docs/version-0.12.0/overview.md
index e35da8ac034..5b1b9f12a4d 100644
--- a/website/versioned_docs/version-0.12.0/overview.md
+++ b/website/versioned_docs/version-0.12.0/overview.md
@@ -51,7 +51,7 @@ resources to learn more, engage, and get help as you get 
started.
 
 ### Join in on discussions
 See all the ways to [engage with the community here](/community/get-involved). 
Two most popular methods include:
-- [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w)
+- [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-20r833rxh-627NWYDUyR8jRtMa2mZ~gg)
 - [Hudi mailing list](mailto:users-subscr...@hudi.apache.org) - (send any msg 
to subscribe)
 
 ### Come to Office Hours for help
@@ -65,5 +65,5 @@ Apache Hudi welcomes you to join in on the fun and make a 
lasting impact on the
 [contributor guide](/contribute/how-to-contribute) to learn more, and don’t 
hesitate to directly reach out to any of the 
 current committers to learn more.
 
-Have an idea, an ask, or feedback about a pain-point, but don’t have time to 
contribute? Join the [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w)
+Have an idea, an ask, or feedback about a pain-point, but don’t have time to 
contribute? Join the [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-20r833rxh-627NWYDUyR8jRtMa2mZ~gg)
 and share!
\ No newline at end of file
diff --git a/website/versioned_docs/version-0.12.1/overview.md 
b/website/versioned_docs/version-0.12.1/overview.md
index e35da8ac034..5b1b9f12a4d 100644
--- a/website/versioned_docs/version-0.12.1/overview.md
+++ b/website/versioned_docs/version-0.12.1/overview.md
@@ -51,7 +51,7 @@ resources to learn more, engage, and get help as you get 
started.
 
 ### Join in on discussions
 See all the ways to [engage with the community here](/community/get-involved). 
Two most popular methods include:
-- [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w)
+- [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-20r833rxh-627NWYDUyR8jRtMa2mZ~gg)
 - [Hudi mailing list](mailto:users-subscr...@hudi.apache.org) - (send any msg 
to subscribe)
 
 ### Come to Office Hours for help
@@ -65,5 +65,5 @@ Apache Hudi welcomes you to join in on the fun and make a 
lasting impact on the
 [contributor guide](/contribute/how-to-contribute) to learn more, and don’t 
hesitate to directly reach out to any of the 
 current committers to learn more.
 
-Have an idea, an ask, or feedback about a pain-point, but don’t have time to 
contribute? Join the [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w)
+Have an idea, an ask, or feedback about a pain-point, but don’t have time to 
contribute? Join the [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-20r833rxh-627NWYDUyR8jRtMa2mZ~gg)
 and share!
\ No newline at end of file
diff --git a/website/versioned_docs/version-0.12.2/overview.md 
b/website/versioned_docs/version-0.12.2/overview.md
index e35da8ac034..5b1b9f12a4d 100644
--- a/website/versioned_docs/version-0.12.2/overview.md
+++ b/website/versioned_docs/version-0.12.2/overview.md
@@ -51,7 +51,7 @@ resources to learn more, engage, and get help as you get 
started.
 
 ### Join in on discussions
 See all the ways to [engage with the community here](/community/get-involved). 
Two most popular methods include:
-- [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w)
+- [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-20r833rxh-627NWYDUyR8jRtMa2mZ~gg)
 - [Hudi mailing list](mailto:users-subscr...@hudi.apache.org) - (send any msg 
to subscribe)
 
 ### Come to Office Hours for help
@@ -65,5 +65,5 @@ Apache Hudi welcomes you to join in on the fun and make a 
lasting impact on the
 [contributor guide](/contribute/how-to-contribute) to learn more, and don’t 
hesitate to directly reach out to any of the 
 current committers to learn more.
 
-Have an idea, an ask, or feedback about a pain-point, but don’t have time to 
contribute? Join the [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w)
+Have an idea, an ask, or feedback about a pain-point, but don’t have time to 
contribute? Join the [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-20r833rxh-627NWYDUyR8jRtMa2mZ~gg)
 and share!
\ No newline at end of file
diff --git a/website/versioned_docs/version-0.12.3/overview.md 
b/website/versioned_docs/version-0.12.3/overview.md
index e35da8ac034..5b1b9f12a4d 100644
--- a/website/versioned_docs/version-0.12.3/overview.md
+++ b/website/versioned_docs/version-0.12.3/overview.md
@@ -51,7 +51,7 @@ resources to learn more, engage, and get help as you get 
started.
 
 ### Join in on discussions
 See all the ways to [engage with the community here](/community/get-involved). 
Two most popular methods include:
-- [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w)
+- [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-20r833rxh-627NWYDUyR8jRtMa2mZ~gg)
 - [Hudi mailing list](mailto:users-subscr...@hudi.apache.org) - (send any msg 
to subscribe)
 
 ### Come to Office Hours for help
@@ -65,5 +65,5 @@ Apache Hudi welcomes you to join in on the fun and make a 
lasting impact on the
 [contributor guide](/contribute/how-to-contribute) to learn more, and don’t 
hesitate to directly reach out to any of the 
 current committers to learn more.
 
-Have an idea, an ask, or feedback about a pain-point, but don’t have time to 
contribute? Join the [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w)
+Have an idea, an ask, or feedback about a pain-point, but don’t have time to 
contribute? Join the [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-20r833rxh-627NWYDUyR8jRtMa2mZ~gg)
 and share!
\ No newline at end of file
diff --git a/website/versioned_docs/version-0.13.0/overview.md 
b/website/versioned_docs/version-0.13.0/overview.md
index e35da8ac034..5b1b9f12a4d 100644
--- a/website/versioned_docs/version-0.13.0/overview.md
+++ b/website/versioned_docs/version-0.13.0/overview.md
@@ -51,7 +51,7 @@ resources to learn more, engage, and get help as you get 
started.
 
 ### Join in on discussions
 See all the ways to [engage with the community here](/community/get-involved). 
Two most popular methods include:
-- [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w)
+- [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-20r833rxh-627NWYDUyR8jRtMa2mZ~gg)
 - [Hudi mailing list](mailto:users-subscr...@hudi.apache.org) - (send any msg 
to subscribe)
 
 ### Come to Office Hours for help
@@ -65,5 +65,5 @@ Apache Hudi welcomes you to join in on the fun and make a 
lasting impact on the
 [contributor guide](/contribute/how-to-contribute) to learn more, and don’t 
hesitate to directly reach out to any of the 
 current committers to learn more.
 
-Have an idea, an ask, or feedback about a pain-point, but don’t have time to 
contribute? Join the [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w)
+Have an idea, an ask, or feedback about a pain-point, but don’t have time to 
contribute? Join the [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-20r833rxh-627NWYDUyR8jRtMa2mZ~gg)
 and share!
\ No newline at end of file
diff --git a/website/versioned_docs/version-0.13.1/overview.md 
b/website/versioned_docs/version-0.13.1/overview.md
index e35da8ac034..5b1b9f12a4d 100644
--- a/website/versioned_docs/version-0.13.1/overview.md
+++ b/website/versioned_docs/version-0.13.1/overview.md
@@ -51,7 +51,7 @@ resources to learn more, engage, and get help as you get 
started.
 
 ### Join in on discussions
 See all the ways to [engage with the community here](/community/get-involved). 
Two most popular methods include:
-- [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w)
+- [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-20r833rxh-627NWYDUyR8jRtMa2mZ~gg)
 - [Hudi mailing list](mailto:users-subscr...@hudi.apache.org) - (send any msg 
to subscribe)
 
 ### Come to Office Hours for help
@@ -65,5 +65,5 @@ Apache Hudi welcomes you to join in on the fun and make a 
lasting impact on the
 [contributor guide](/contribute/how-to-contribute) to learn more, and don’t 
hesitate to directly reach out to any of the 
 current committers to learn more.
 
-Have an idea, an ask, or feedback about a pain-point, but don’t have time to 
contribute? Join the [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w)
+Have an idea, an ask, or feedback about a pain-point, but don’t have time to 
contribute? Join the [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-20r833rxh-627NWYDUyR8jRtMa2mZ~gg)
 and share!
\ No newline at end of file
diff --git a/website/versioned_sidebars/version-0.10.0-sidebars.json 
b/website/versioned_sidebars/version-0.10.0-sidebars.json
index e3fbc8cbc78..78d739b9b4c 100644
--- a/website/versioned_sidebars/version-0.10.0-sidebars.json
+++ b/website/versioned_sidebars/version-0.10.0-sidebars.json
@@ -240,7 +240,7 @@
     {
       "type": "link",
       "label": "Chat with us on Slack",
-      "href": 
"https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w";
+      "href": 
"https://join.slack.com/t/apache-hudi/shared_invite/zt-20r833rxh-627NWYDUyR8jRtMa2mZ~gg";
     }
   ]
 }
diff --git a/website/versioned_sidebars/version-0.10.1-sidebars.json 
b/website/versioned_sidebars/version-0.10.1-sidebars.json
index bbda1272926..6fac132a7e1 100644
--- a/website/versioned_sidebars/version-0.10.1-sidebars.json
+++ b/website/versioned_sidebars/version-0.10.1-sidebars.json
@@ -244,7 +244,7 @@
     {
       "type": "link",
       "label": "Chat with us on Slack",
-      "href": 
"https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w";
+      "href": 
"https://join.slack.com/t/apache-hudi/shared_invite/zt-20r833rxh-627NWYDUyR8jRtMa2mZ~gg";
     }
   ]
 }
diff --git a/website/versioned_sidebars/version-0.11.0-sidebars.json 
b/website/versioned_sidebars/version-0.11.0-sidebars.json
index c5c03e63f45..28ca5807c9d 100644
--- a/website/versioned_sidebars/version-0.11.0-sidebars.json
+++ b/website/versioned_sidebars/version-0.11.0-sidebars.json
@@ -114,7 +114,7 @@
     {
       "type": "link",
       "label": "Chat with us on Slack",
-      "href": 
"https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w";
+      "href": 
"https://join.slack.com/t/apache-hudi/shared_invite/zt-20r833rxh-627NWYDUyR8jRtMa2mZ~gg";
     }
   ]
 }
diff --git a/website/versioned_sidebars/version-0.11.1-sidebars.json 
b/website/versioned_sidebars/version-0.11.1-sidebars.json
index 585ec2ab9a2..6ff4cac9390 100644
--- a/website/versioned_sidebars/version-0.11.1-sidebars.json
+++ b/website/versioned_sidebars/version-0.11.1-sidebars.json
@@ -121,7 +121,7 @@
     {
       "type": "link",
       "label": "Chat with us on Slack",
-      "href": 
"https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w";
+      "href": 
"https://join.slack.com/t/apache-hudi/shared_invite/zt-20r833rxh-627NWYDUyR8jRtMa2mZ~gg";
     }
   ]
 }
diff --git a/website/versioned_sidebars/version-0.12.0-sidebars.json 
b/website/versioned_sidebars/version-0.12.0-sidebars.json
index 585ec2ab9a2..6ff4cac9390 100644
--- a/website/versioned_sidebars/version-0.12.0-sidebars.json
+++ b/website/versioned_sidebars/version-0.12.0-sidebars.json
@@ -121,7 +121,7 @@
     {
       "type": "link",
       "label": "Chat with us on Slack",
-      "href": 
"https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w";
+      "href": 
"https://join.slack.com/t/apache-hudi/shared_invite/zt-20r833rxh-627NWYDUyR8jRtMa2mZ~gg";
     }
   ]
 }
diff --git a/website/versioned_sidebars/version-0.12.1-sidebars.json 
b/website/versioned_sidebars/version-0.12.1-sidebars.json
index 585ec2ab9a2..6ff4cac9390 100644
--- a/website/versioned_sidebars/version-0.12.1-sidebars.json
+++ b/website/versioned_sidebars/version-0.12.1-sidebars.json
@@ -121,7 +121,7 @@
     {
       "type": "link",
       "label": "Chat with us on Slack",
-      "href": 
"https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w";
+      "href": 
"https://join.slack.com/t/apache-hudi/shared_invite/zt-20r833rxh-627NWYDUyR8jRtMa2mZ~gg";
     }
   ]
 }
diff --git a/website/versioned_sidebars/version-0.12.2-sidebars.json 
b/website/versioned_sidebars/version-0.12.2-sidebars.json
index 585ec2ab9a2..6ff4cac9390 100644
--- a/website/versioned_sidebars/version-0.12.2-sidebars.json
+++ b/website/versioned_sidebars/version-0.12.2-sidebars.json
@@ -121,7 +121,7 @@
     {
       "type": "link",
       "label": "Chat with us on Slack",
-      "href": 
"https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w";
+      "href": 
"https://join.slack.com/t/apache-hudi/shared_invite/zt-20r833rxh-627NWYDUyR8jRtMa2mZ~gg";
     }
   ]
 }
diff --git a/website/versioned_sidebars/version-0.12.3-sidebars.json 
b/website/versioned_sidebars/version-0.12.3-sidebars.json
index 585ec2ab9a2..6ff4cac9390 100644
--- a/website/versioned_sidebars/version-0.12.3-sidebars.json
+++ b/website/versioned_sidebars/version-0.12.3-sidebars.json
@@ -121,7 +121,7 @@
     {
       "type": "link",
       "label": "Chat with us on Slack",
-      "href": 
"https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w";
+      "href": 
"https://join.slack.com/t/apache-hudi/shared_invite/zt-20r833rxh-627NWYDUyR8jRtMa2mZ~gg";
     }
   ]
 }
diff --git a/website/versioned_sidebars/version-0.13.0-sidebars.json 
b/website/versioned_sidebars/version-0.13.0-sidebars.json
index 585ec2ab9a2..6ff4cac9390 100644
--- a/website/versioned_sidebars/version-0.13.0-sidebars.json
+++ b/website/versioned_sidebars/version-0.13.0-sidebars.json
@@ -121,7 +121,7 @@
     {
       "type": "link",
       "label": "Chat with us on Slack",
-      "href": 
"https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w";
+      "href": 
"https://join.slack.com/t/apache-hudi/shared_invite/zt-20r833rxh-627NWYDUyR8jRtMa2mZ~gg";
     }
   ]
 }
diff --git a/website/versioned_sidebars/version-0.13.1-sidebars.json 
b/website/versioned_sidebars/version-0.13.1-sidebars.json
index c7cc4e7ead1..33ba655c184 100644
--- a/website/versioned_sidebars/version-0.13.1-sidebars.json
+++ b/website/versioned_sidebars/version-0.13.1-sidebars.json
@@ -122,7 +122,7 @@
     {
       "type": "link",
       "label": "Chat with us on Slack",
-      "href": 
"https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w";
+      "href": 
"https://join.slack.com/t/apache-hudi/shared_invite/zt-20r833rxh-627NWYDUyR8jRtMa2mZ~gg";
     }
   ]
 }
diff --git a/website/versioned_sidebars/version-0.9.0-sidebars.json 
b/website/versioned_sidebars/version-0.9.0-sidebars.json
index 9c752e3ecc0..724d3bcdae4 100644
--- a/website/versioned_sidebars/version-0.9.0-sidebars.json
+++ b/website/versioned_sidebars/version-0.9.0-sidebars.json
@@ -119,7 +119,7 @@
     {
       "type": "link",
       "label": "Chat with us on Slack",
-      "href": 
"https://join.slack.com/t/apache-hudi/shared_invite/zt-1e94d3xro-JvlNO1kSeIHJBTVfLPlI5w";
+      "href": 
"https://join.slack.com/t/apache-hudi/shared_invite/zt-20r833rxh-627NWYDUyR8jRtMa2mZ~gg";
     }
   ]
 }


Reply via email to