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 a4ec3fc9016 [DOCS] Updates slack link across site (#10981)
a4ec3fc9016 is described below

commit a4ec3fc90168229b8d76dfd95b453d9da66cca36
Author: Bhavani Sudha Saktheeswaran <2179254+bhasu...@users.noreply.github.com>
AuthorDate: Mon Apr 8 15:35:46 2024 -0700

    [DOCS] Updates slack link across site (#10981)
---
 ...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/blog/2023-12-28-apache-hudi-2023-a-year-in-review.md        | 2 +-
 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_docs/version-0.14.0/overview.md                   | 4 ++--
 website/versioned_docs/version-0.14.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.14.0-sidebars.json             | 2 +-
 website/versioned_sidebars/version-0.14.1-sidebars.json             | 2 +-
 website/versioned_sidebars/version-0.9.0-sidebars.json              | 2 +-
 40 files changed, 57 insertions(+), 57 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 a06b1065601..2d90dea745b 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 a65e64f5a3a..7ed897ab24c 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/hudi-logo-page.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-20r833rxh-627NWYDUyR8jRtMa2mZ~gg)_!
 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-2ggm1fub8-_yt4Reu9djwqqVRFC7X49g)_!
 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 ad58be070f0..682d84005a0 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-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
+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-2ggm1fub8-_yt4Reu9djwqqVRFC7X49g)
 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 cf608d975ea..9ecac331ef5 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
@@ -16,9 +16,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-20r833rxh-627NWYDUyR8jRtMa2mZ~gg)
 has grown to more 
+[slack 
channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-2ggm1fub8-_yt4Reu9djwqqVRFC7X49g)
 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-20r833rxh-627NWYDUyR8jRtMa2mZ~gg)
 
+volume growth, the median response time to questions is ~3h. [Come join the 
community](https://join.slack.com/t/apache-hudi/shared_invite/zt-2ggm1fub8-_yt4Reu9djwqqVRFC7X49g)
 
 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'}} />
@@ -83,7 +83,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-20r833rxh-627NWYDUyR8jRtMa2mZ~gg)
+2. [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-2ggm1fub8-_yt4Reu9djwqqVRFC7X49g)
 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/blog/2023-12-28-apache-hudi-2023-a-year-in-review.md 
b/website/blog/2023-12-28-apache-hudi-2023-a-year-in-review.md
index c14b549653c..64d9ba64efe 100644
--- a/website/blog/2023-12-28-apache-hudi-2023-a-year-in-review.md
+++ b/website/blog/2023-12-28-apache-hudi-2023-a-year-in-review.md
@@ -165,7 +165,7 @@ and Data Council.
 
 As we reflect on an eventful 2023, the Hudi community continues to thrive and 
welcomes diverse forms 
 of engagement. For those looking to connect, our 
-[Slack 
group](https://join.slack.com/t/apache-hudi/shared_invite/zt-20r833rxh-627NWYDUyR8jRtMa2mZ~gg)
 
+[Slack 
group](https://join.slack.com/t/apache-hudi/shared_invite/zt-2ggm1fub8-_yt4Reu9djwqqVRFC7X49g)
 
 is an excellent place for general inquiries, being watched out by Hudi experts 
and an LLM-backed
 question bot. You can also participate in our 
 [weekly office hours](https://hudi.apache.org/community/office_hours) 
diff --git a/website/community/get-involved.md 
b/website/community/get-involved.md
index 5438567d730..761c2790194 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-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 quick pings & 1-1 chats                           | Join our [slack 
group](https://join.slack.com/t/apache-hudi/shared_invite/zt-2ggm1fub8-_yt4Reu9djwqqVRFC7X49g).
 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 eb92cc34970..dd2244e7a88 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-20r833rxh-627NWYDUyR8jRtMa2mZ~gg)
+- [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-2ggm1fub8-_yt4Reu9djwqqVRFC7X49g)
 - [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-20r833rxh-627NWYDUyR8jRtMa2mZ~gg)
+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-2ggm1fub8-_yt4Reu9djwqqVRFC7X49g)
 and share!
\ No newline at end of file
diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index b93b2dacc2e..196e3bb2d74 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -258,7 +258,7 @@ module.exports = {
           'aria-label': 'Hudi Twitter Handle',
         },
         {
-          href: 
'https://join.slack.com/t/apache-hudi/shared_invite/zt-20r833rxh-627NWYDUyR8jRtMa2mZ~gg',
+          href: 
'https://join.slack.com/t/apache-hudi/shared_invite/zt-2ggm1fub8-_yt4Reu9djwqqVRFC7X49g',
           position: 'right',
           className: 'header-slack-link',
           'aria-label': 'Hudi Slack Channel',
@@ -380,7 +380,7 @@ module.exports = {
             },
             {
               label: 'Slack',
-              href: 
'https://join.slack.com/t/apache-hudi/shared_invite/zt-20r833rxh-627NWYDUyR8jRtMa2mZ~gg',
+              href: 
'https://join.slack.com/t/apache-hudi/shared_invite/zt-2ggm1fub8-_yt4Reu9djwqqVRFC7X49g',
             },
             {
               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 987f29e3445..527a3624aba 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-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 quick pings & 1-1 chats | Join our [slack 
group](https://join.slack.com/t/apache-hudi/shared_invite/zt-2ggm1fub8-_yt4Reu9djwqqVRFC7X49g).
 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 995977f4881..da3d56145eb 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-20r833rxh-627NWYDUyR8jRtMa2mZ~gg";
+    "description": "The label of footer link with label=Slack linking to 
https://join.slack.com/t/apache-hudi/shared_invite/zt-2ggm1fub8-_yt4Reu9djwqqVRFC7X49g";
   },
   "link.item.label.GitHub": {
     "message": "GitHub",
diff --git a/website/sidebars.js b/website/sidebars.js
index 379f1a856a5..ceac8c7b0ca 100644
--- a/website/sidebars.js
+++ b/website/sidebars.js
@@ -163,7 +163,7 @@ module.exports = {
         {
             type: 'link',
             label: 'Chat with us on Slack',
-            href: 
'https://join.slack.com/t/apache-hudi/shared_invite/zt-20r833rxh-627NWYDUyR8jRtMa2mZ~gg',
+            href: 
'https://join.slack.com/t/apache-hudi/shared_invite/zt-2ggm1fub8-_yt4Reu9djwqqVRFC7X49g',
         },
     ],
 };
diff --git a/website/sidebarsCommunity.js b/website/sidebarsCommunity.js
index 8003a339d66..f74f402d68e 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-20r833rxh-627NWYDUyR8jRtMa2mZ~gg',
+      href: 
'https://join.slack.com/t/apache-hudi/shared_invite/zt-2ggm1fub8-_yt4Reu9djwqqVRFC7X49g',
     },
   ],
 };
diff --git a/website/sidebarsContribute.js b/website/sidebarsContribute.js
index f8d0f8b47b6..f5f6342697e 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-20r833rxh-627NWYDUyR8jRtMa2mZ~gg',
+      href: 
'https://join.slack.com/t/apache-hudi/shared_invite/zt-2ggm1fub8-_yt4Reu9djwqqVRFC7X49g',
     },
   ],
 };
diff --git a/website/src/components/JoinCommunity/index.js 
b/website/src/components/JoinCommunity/index.js
index ea0a5be3092..afa5a6213ea 100644
--- a/website/src/components/JoinCommunity/index.js
+++ b/website/src/components/JoinCommunity/index.js
@@ -21,7 +21,7 @@ const JoinCommunity = () => {
       icon: SlackIcon,
       title: "Slack",
       linkText: "Join community",
-      url: 
"https://join.slack.com/t/apache-hudi/shared_invite/zt-20r833rxh-627NWYDUyR8jRtMa2mZ~gg";,
+      url: 
"https://join.slack.com/t/apache-hudi/shared_invite/zt-2ggm1fub8-_yt4Reu9djwqqVRFC7X49g";,
     },
     {
       icon: LinkedinIcon,
diff --git a/website/src/pages/powered-by.md b/website/src/pages/powered-by.md
index c5132b00d9f..455d68d84f6 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-20r833rxh-627NWYDUyR8jRtMa2mZ~gg),
 
+contributed to the Apache Hudi community! [Join us on 
slack](https://join.slack.com/t/apache-hudi/shared_invite/zt-2ggm1fub8-_yt4Reu9djwqqVRFC7X49g),
 
 or come to one of our [virtual community 
events](https://hudi.apache.org/community/syncs).
 
 ### 37 Interactive Entertainment
diff --git a/website/versioned_docs/version-0.10.0/overview.md 
b/website/versioned_docs/version-0.10.0/overview.md
index 739573d27e7..d97617ccccf 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-20r833rxh-627NWYDUyR8jRtMa2mZ~gg)
+- [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-2ggm1fub8-_yt4Reu9djwqqVRFC7X49g)
 - [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-20r833rxh-627NWYDUyR8jRtMa2mZ~gg)
+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-2ggm1fub8-_yt4Reu9djwqqVRFC7X49g)
 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 190d9d2c1c6..c83d817dc02 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-20r833rxh-627NWYDUyR8jRtMa2mZ~gg)
+- [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-2ggm1fub8-_yt4Reu9djwqqVRFC7X49g)
 - [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-20r833rxh-627NWYDUyR8jRtMa2mZ~gg)
+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-2ggm1fub8-_yt4Reu9djwqqVRFC7X49g)
 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 bb628fe8342..55c87c68097 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-20r833rxh-627NWYDUyR8jRtMa2mZ~gg)
+- [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-2ggm1fub8-_yt4Reu9djwqqVRFC7X49g)
 - [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-20r833rxh-627NWYDUyR8jRtMa2mZ~gg)
+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-2ggm1fub8-_yt4Reu9djwqqVRFC7X49g)
 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 7327db2cc9b..fd74c8279fb 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-20r833rxh-627NWYDUyR8jRtMa2mZ~gg)
+- [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-2ggm1fub8-_yt4Reu9djwqqVRFC7X49g)
 - [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-20r833rxh-627NWYDUyR8jRtMa2mZ~gg)
+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-2ggm1fub8-_yt4Reu9djwqqVRFC7X49g)
 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 0ab65d6cdc5..0bd3118a104 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-20r833rxh-627NWYDUyR8jRtMa2mZ~gg)
+- [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-2ggm1fub8-_yt4Reu9djwqqVRFC7X49g)
 - [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-20r833rxh-627NWYDUyR8jRtMa2mZ~gg)
+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-2ggm1fub8-_yt4Reu9djwqqVRFC7X49g)
 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 c3948cf7226..e4decbb27d5 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-20r833rxh-627NWYDUyR8jRtMa2mZ~gg)
+- [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-2ggm1fub8-_yt4Reu9djwqqVRFC7X49g)
 - [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-20r833rxh-627NWYDUyR8jRtMa2mZ~gg)
+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-2ggm1fub8-_yt4Reu9djwqqVRFC7X49g)
 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 d6ea627370f..0eb1ae87570 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-20r833rxh-627NWYDUyR8jRtMa2mZ~gg)
+- [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-2ggm1fub8-_yt4Reu9djwqqVRFC7X49g)
 - [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-20r833rxh-627NWYDUyR8jRtMa2mZ~gg)
+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-2ggm1fub8-_yt4Reu9djwqqVRFC7X49g)
 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 bbe3694dec8..050d3bf0518 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-20r833rxh-627NWYDUyR8jRtMa2mZ~gg)
+- [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-2ggm1fub8-_yt4Reu9djwqqVRFC7X49g)
 - [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-20r833rxh-627NWYDUyR8jRtMa2mZ~gg)
+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-2ggm1fub8-_yt4Reu9djwqqVRFC7X49g)
 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 c72115c5b24..10979a0827e 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-20r833rxh-627NWYDUyR8jRtMa2mZ~gg)
+- [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-2ggm1fub8-_yt4Reu9djwqqVRFC7X49g)
 - [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-20r833rxh-627NWYDUyR8jRtMa2mZ~gg)
+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-2ggm1fub8-_yt4Reu9djwqqVRFC7X49g)
 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 68605fcc3eb..fe3550ee829 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-20r833rxh-627NWYDUyR8jRtMa2mZ~gg)
+- [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-2ggm1fub8-_yt4Reu9djwqqVRFC7X49g)
 - [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-20r833rxh-627NWYDUyR8jRtMa2mZ~gg)
+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-2ggm1fub8-_yt4Reu9djwqqVRFC7X49g)
 and share!
\ No newline at end of file
diff --git a/website/versioned_docs/version-0.14.0/overview.md 
b/website/versioned_docs/version-0.14.0/overview.md
index 653decc8a8f..f7dec5aac1d 100644
--- a/website/versioned_docs/version-0.14.0/overview.md
+++ b/website/versioned_docs/version-0.14.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-20r833rxh-627NWYDUyR8jRtMa2mZ~gg)
+- [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-2ggm1fub8-_yt4Reu9djwqqVRFC7X49g)
 - [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-20r833rxh-627NWYDUyR8jRtMa2mZ~gg)
+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-2ggm1fub8-_yt4Reu9djwqqVRFC7X49g)
 and share!
\ No newline at end of file
diff --git a/website/versioned_docs/version-0.14.1/overview.md 
b/website/versioned_docs/version-0.14.1/overview.md
index 88195f565b4..d67e97a06c1 100644
--- a/website/versioned_docs/version-0.14.1/overview.md
+++ b/website/versioned_docs/version-0.14.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-20r833rxh-627NWYDUyR8jRtMa2mZ~gg)
+- [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-2ggm1fub8-_yt4Reu9djwqqVRFC7X49g)
 - [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-20r833rxh-627NWYDUyR8jRtMa2mZ~gg)
+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-2ggm1fub8-_yt4Reu9djwqqVRFC7X49g)
 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 78d739b9b4c..53335eda334 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-20r833rxh-627NWYDUyR8jRtMa2mZ~gg";
+      "href": 
"https://join.slack.com/t/apache-hudi/shared_invite/zt-2ggm1fub8-_yt4Reu9djwqqVRFC7X49g";
     }
   ]
 }
diff --git a/website/versioned_sidebars/version-0.10.1-sidebars.json 
b/website/versioned_sidebars/version-0.10.1-sidebars.json
index 6fac132a7e1..a70012b5c26 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-20r833rxh-627NWYDUyR8jRtMa2mZ~gg";
+      "href": 
"https://join.slack.com/t/apache-hudi/shared_invite/zt-2ggm1fub8-_yt4Reu9djwqqVRFC7X49g";
     }
   ]
 }
diff --git a/website/versioned_sidebars/version-0.11.0-sidebars.json 
b/website/versioned_sidebars/version-0.11.0-sidebars.json
index 28ca5807c9d..ae3ba2abc3b 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-20r833rxh-627NWYDUyR8jRtMa2mZ~gg";
+      "href": 
"https://join.slack.com/t/apache-hudi/shared_invite/zt-2ggm1fub8-_yt4Reu9djwqqVRFC7X49g";
     }
   ]
 }
diff --git a/website/versioned_sidebars/version-0.11.1-sidebars.json 
b/website/versioned_sidebars/version-0.11.1-sidebars.json
index 6ff4cac9390..0acde1686b0 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-20r833rxh-627NWYDUyR8jRtMa2mZ~gg";
+      "href": 
"https://join.slack.com/t/apache-hudi/shared_invite/zt-2ggm1fub8-_yt4Reu9djwqqVRFC7X49g";
     }
   ]
 }
diff --git a/website/versioned_sidebars/version-0.12.0-sidebars.json 
b/website/versioned_sidebars/version-0.12.0-sidebars.json
index 6ff4cac9390..0acde1686b0 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-20r833rxh-627NWYDUyR8jRtMa2mZ~gg";
+      "href": 
"https://join.slack.com/t/apache-hudi/shared_invite/zt-2ggm1fub8-_yt4Reu9djwqqVRFC7X49g";
     }
   ]
 }
diff --git a/website/versioned_sidebars/version-0.12.1-sidebars.json 
b/website/versioned_sidebars/version-0.12.1-sidebars.json
index 6ff4cac9390..0acde1686b0 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-20r833rxh-627NWYDUyR8jRtMa2mZ~gg";
+      "href": 
"https://join.slack.com/t/apache-hudi/shared_invite/zt-2ggm1fub8-_yt4Reu9djwqqVRFC7X49g";
     }
   ]
 }
diff --git a/website/versioned_sidebars/version-0.12.2-sidebars.json 
b/website/versioned_sidebars/version-0.12.2-sidebars.json
index 6ff4cac9390..0acde1686b0 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-20r833rxh-627NWYDUyR8jRtMa2mZ~gg";
+      "href": 
"https://join.slack.com/t/apache-hudi/shared_invite/zt-2ggm1fub8-_yt4Reu9djwqqVRFC7X49g";
     }
   ]
 }
diff --git a/website/versioned_sidebars/version-0.12.3-sidebars.json 
b/website/versioned_sidebars/version-0.12.3-sidebars.json
index 6ff4cac9390..0acde1686b0 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-20r833rxh-627NWYDUyR8jRtMa2mZ~gg";
+      "href": 
"https://join.slack.com/t/apache-hudi/shared_invite/zt-2ggm1fub8-_yt4Reu9djwqqVRFC7X49g";
     }
   ]
 }
diff --git a/website/versioned_sidebars/version-0.13.0-sidebars.json 
b/website/versioned_sidebars/version-0.13.0-sidebars.json
index 6ff4cac9390..0acde1686b0 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-20r833rxh-627NWYDUyR8jRtMa2mZ~gg";
+      "href": 
"https://join.slack.com/t/apache-hudi/shared_invite/zt-2ggm1fub8-_yt4Reu9djwqqVRFC7X49g";
     }
   ]
 }
diff --git a/website/versioned_sidebars/version-0.13.1-sidebars.json 
b/website/versioned_sidebars/version-0.13.1-sidebars.json
index 33ba655c184..b48cbd78220 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-20r833rxh-627NWYDUyR8jRtMa2mZ~gg";
+      "href": 
"https://join.slack.com/t/apache-hudi/shared_invite/zt-2ggm1fub8-_yt4Reu9djwqqVRFC7X49g";
     }
   ]
 }
diff --git a/website/versioned_sidebars/version-0.14.0-sidebars.json 
b/website/versioned_sidebars/version-0.14.0-sidebars.json
index cc5be0c7530..c9dc3636c3b 100644
--- a/website/versioned_sidebars/version-0.14.0-sidebars.json
+++ b/website/versioned_sidebars/version-0.14.0-sidebars.json
@@ -125,7 +125,7 @@
     {
       "type": "link",
       "label": "Chat with us on Slack",
-      "href": 
"https://join.slack.com/t/apache-hudi/shared_invite/zt-20r833rxh-627NWYDUyR8jRtMa2mZ~gg";
+      "href": 
"https://join.slack.com/t/apache-hudi/shared_invite/zt-2ggm1fub8-_yt4Reu9djwqqVRFC7X49g";
     }
   ]
 }
diff --git a/website/versioned_sidebars/version-0.14.1-sidebars.json 
b/website/versioned_sidebars/version-0.14.1-sidebars.json
index d740239946a..1cfebe6b582 100644
--- a/website/versioned_sidebars/version-0.14.1-sidebars.json
+++ b/website/versioned_sidebars/version-0.14.1-sidebars.json
@@ -139,7 +139,7 @@
     {
       "type": "link",
       "label": "Chat with us on Slack",
-      "href": 
"https://join.slack.com/t/apache-hudi/shared_invite/zt-20r833rxh-627NWYDUyR8jRtMa2mZ~gg";
+      "href": 
"https://join.slack.com/t/apache-hudi/shared_invite/zt-2ggm1fub8-_yt4Reu9djwqqVRFC7X49g";
     }
   ]
 }
diff --git a/website/versioned_sidebars/version-0.9.0-sidebars.json 
b/website/versioned_sidebars/version-0.9.0-sidebars.json
index 724d3bcdae4..0c82d83669e 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-20r833rxh-627NWYDUyR8jRtMa2mZ~gg";
+      "href": 
"https://join.slack.com/t/apache-hudi/shared_invite/zt-2ggm1fub8-_yt4Reu9djwqqVRFC7X49g";
     }
   ]
 }

Reply via email to