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

yihua 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 5254938d59 [DOCS] Update slack invite link due to some transient issue 
blocking gmail accounts to be signed in (#6063)
5254938d59 is described below

commit 5254938d59d53c1a2ba5a517abe47d18bae2f001
Author: Bhavani Sudha Saktheeswaran <[email protected]>
AuthorDate: Thu Jul 7 16:44:13 2022 -0700

    [DOCS] Update slack invite link due to some transient issue blocking gmail 
accounts to be signed in (#6063)
---
 .../2021-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/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/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_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.9.0-sidebars.json                | 2 +-
 21 files changed, 28 insertions(+), 28 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 1072ace5f7..b8f0021a06 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
@@ -50,4 +50,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 7286aea2b2..66d891d3a5 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
@@ -13,7 +13,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"/>
 
@@ -29,4 +29,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/enQtODYyNDAxNzc5MTg2LTE5OTBlYmVhYjM0N2ZhOTJjOWM4YzBmMWU2MjZjMGE4NDc5ZDFiOGQ2N2VkYTVkNzU3ZDQ4OTI1NmFmYWQ0NzE)_!
 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-1c44wsfgl-gX_6f50DezdnWVrGsxC~Ug)_!
 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 c92880e2aa..a352781d09 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
@@ -185,4 +185,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/enQtODYyNDAxNzc5MTg2LTE5OTBlYmVhYjM0N2ZhOTJjOWM4YzBmMWU2MjZjMGE4NDc5ZDFiOGQ2N2VkYTVkNzU3ZDQ4OTI1NmFmYWQ0NzE)
 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-1c44wsfgl-gX_6f50DezdnWVrGsxC~Ug)
 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/community/get-involved.md 
b/website/community/get-involved.md
index 2f9cb236af..f5fada771e 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:[email protected]), 
[Unsubscribe](mailto:[email protected]), 
[Archives](https://lists.apache.org/[email protected])). 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:[email protected]), 
[Unsubscribe](mailto:[email protected]), 
[Archives](https://lists.apache.org/[email protected])). 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/enQtODYyNDAxNzc5MTg2LTE5OTBlYmVhYjM0N2ZhOTJjOWM4YzBmMWU2MjZjMGE4NDc5ZDFiOGQ2N2VkYTVkNzU3ZDQ4OTI1NmFmYWQ0NzE).
 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-1c44wsfgl-gX_6f50DezdnWVrGsxC~Ug).
 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](/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 5c0782c235..8aee1728b3 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/enQtODYyNDAxNzc5MTg2LTE5OTBlYmVhYjM0N2ZhOTJjOWM4YzBmMWU2MjZjMGE4NDc5ZDFiOGQ2N2VkYTVkNzU3ZDQ4OTI1NmFmYWQ0NzE)
+- [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-1c44wsfgl-gX_6f50DezdnWVrGsxC~Ug)
 - [Hudi mailing list](mailto:[email protected]) - (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/enQtODYyNDAxNzc5MTg2LTE5OTBlYmVhYjM0N2ZhOTJjOWM4YzBmMWU2MjZjMGE4NDc5ZDFiOGQ2N2VkYTVkNzU3ZDQ4OTI1NmFmYWQ0NzE)
+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-1c44wsfgl-gX_6f50DezdnWVrGsxC~Ug)
 and share!
\ No newline at end of file
diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index 5556a21a24..7e47abbe17 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -225,7 +225,7 @@ module.exports = {
           'aria-label': 'Hudi Twitter Handle',
         },
         {
-          href: 
'https://join.slack.com/t/apache-hudi/shared_invite/enQtODYyNDAxNzc5MTg2LTE5OTBlYmVhYjM0N2ZhOTJjOWM4YzBmMWU2MjZjMGE4NDc5ZDFiOGQ2N2VkYTVkNzU3ZDQ4OTI1NmFmYWQ0NzE',
+          href: 
'https://join.slack.com/t/apache-hudi/shared_invite/zt-1c44wsfgl-gX_6f50DezdnWVrGsxC~Ug',
           position: 'right',
           className: 'header-slack-link',
           'aria-label': 'Hudi Slack Channel',
@@ -331,7 +331,7 @@ module.exports = {
             },
             {
               label: 'Slack',
-              href: 
'https://join.slack.com/t/apache-hudi/shared_invite/enQtODYyNDAxNzc5MTg2LTE5OTBlYmVhYjM0N2ZhOTJjOWM4YzBmMWU2MjZjMGE4NDc5ZDFiOGQ2N2VkYTVkNzU3ZDQ4OTI1NmFmYWQ0NzE',
+              href: 
'https://join.slack.com/t/apache-hudi/shared_invite/zt-1c44wsfgl-gX_6f50DezdnWVrGsxC~Ug',
             },
             {
               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 9af123520b..aca9fa393c 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:[email protected]), 
[Unsubscribe](mailto:[email protected]), 
[Archives](https://lists.apache.org/[email protected])). 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:[email protected]), 
[Unsubscribe](mailto:[email protected]), 
[Archives](https://lists.apache.org/[email protected])). 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/enQtODYyNDAxNzc5MTg2LTE5OTBlYmVhYjM0N2ZhOTJjOWM4YzBmMWU2MjZjMGE4NDc5ZDFiOGQ2N2VkYTVkNzU3ZDQ4OTI1NmFmYWQ0NzE).
 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-1c44wsfgl-gX_6f50DezdnWVrGsxC~Ug).
 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 cac828a0a4..98276289c2 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/enQtODYyNDAxNzc5MTg2LTE5OTBlYmVhYjM0N2ZhOTJjOWM4YzBmMWU2MjZjMGE4NDc5ZDFiOGQ2N2VkYTVkNzU3ZDQ4OTI1NmFmYWQ0NzE";
+    "description": "The label of footer link with label=Slack linking to 
https://join.slack.com/t/apache-hudi/shared_invite/zt-1c44wsfgl-gX_6f50DezdnWVrGsxC~Ug";
   },
   "link.item.label.GitHub": {
     "message": "GitHub",
diff --git a/website/sidebars.js b/website/sidebars.js
index 6a27db579d..9606e540c3 100644
--- a/website/sidebars.js
+++ b/website/sidebars.js
@@ -128,7 +128,7 @@ module.exports = {
         {
             type: 'link',
             label: 'Chat with us on Slack',
-            href: 
'https://join.slack.com/t/apache-hudi/shared_invite/enQtODYyNDAxNzc5MTg2LTE5OTBlYmVhYjM0N2ZhOTJjOWM4YzBmMWU2MjZjMGE4NDc5ZDFiOGQ2N2VkYTVkNzU3ZDQ4OTI1NmFmYWQ0NzE',
+            href: 
'https://join.slack.com/t/apache-hudi/shared_invite/zt-1c44wsfgl-gX_6f50DezdnWVrGsxC~Ug',
         },
     ],
 };
diff --git a/website/sidebarsCommunity.js b/website/sidebarsCommunity.js
index 31d3e899c2..75dbfe8f50 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/enQtODYyNDAxNzc5MTg2LTE5OTBlYmVhYjM0N2ZhOTJjOWM4YzBmMWU2MjZjMGE4NDc5ZDFiOGQ2N2VkYTVkNzU3ZDQ4OTI1NmFmYWQ0NzE',
+      href: 
'https://join.slack.com/t/apache-hudi/shared_invite/zt-1c44wsfgl-gX_6f50DezdnWVrGsxC~Ug',
     },
   ],
 };
diff --git a/website/sidebarsContribute.js b/website/sidebarsContribute.js
index 20c77a4dc4..34a05c75eb 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/enQtODYyNDAxNzc5MTg2LTE5OTBlYmVhYjM0N2ZhOTJjOWM4YzBmMWU2MjZjMGE4NDc5ZDFiOGQ2N2VkYTVkNzU3ZDQ4OTI1NmFmYWQ0NzE',
+      href: 
'https://join.slack.com/t/apache-hudi/shared_invite/zt-1c44wsfgl-gX_6f50DezdnWVrGsxC~Ug',
     },
   ],
 };
diff --git a/website/src/pages/powered-by.md b/website/src/pages/powered-by.md
index e8a34152f2..4cd862e6d9 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/enQtODYyNDAxNzc5MTg2LTE5OTBlYmVhYjM0N2ZhOTJjOWM4YzBmMWU2MjZjMGE4NDc5ZDFiOGQ2N2VkYTVkNzU3ZDQ4OTI1NmFmYWQ0NzE),
 
+contributed to the Apache Hudi community! [Join us on 
slack](https://join.slack.com/t/apache-hudi/shared_invite/zt-1c44wsfgl-gX_6f50DezdnWVrGsxC~Ug),
 
 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 5c0782c235..8aee1728b3 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/enQtODYyNDAxNzc5MTg2LTE5OTBlYmVhYjM0N2ZhOTJjOWM4YzBmMWU2MjZjMGE4NDc5ZDFiOGQ2N2VkYTVkNzU3ZDQ4OTI1NmFmYWQ0NzE)
+- [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-1c44wsfgl-gX_6f50DezdnWVrGsxC~Ug)
 - [Hudi mailing list](mailto:[email protected]) - (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/enQtODYyNDAxNzc5MTg2LTE5OTBlYmVhYjM0N2ZhOTJjOWM4YzBmMWU2MjZjMGE4NDc5ZDFiOGQ2N2VkYTVkNzU3ZDQ4OTI1NmFmYWQ0NzE)
+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-1c44wsfgl-gX_6f50DezdnWVrGsxC~Ug)
 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 5c0782c235..8aee1728b3 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/enQtODYyNDAxNzc5MTg2LTE5OTBlYmVhYjM0N2ZhOTJjOWM4YzBmMWU2MjZjMGE4NDc5ZDFiOGQ2N2VkYTVkNzU3ZDQ4OTI1NmFmYWQ0NzE)
+- [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-1c44wsfgl-gX_6f50DezdnWVrGsxC~Ug)
 - [Hudi mailing list](mailto:[email protected]) - (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/enQtODYyNDAxNzc5MTg2LTE5OTBlYmVhYjM0N2ZhOTJjOWM4YzBmMWU2MjZjMGE4NDc5ZDFiOGQ2N2VkYTVkNzU3ZDQ4OTI1NmFmYWQ0NzE)
+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-1c44wsfgl-gX_6f50DezdnWVrGsxC~Ug)
 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 5c0782c235..8aee1728b3 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/enQtODYyNDAxNzc5MTg2LTE5OTBlYmVhYjM0N2ZhOTJjOWM4YzBmMWU2MjZjMGE4NDc5ZDFiOGQ2N2VkYTVkNzU3ZDQ4OTI1NmFmYWQ0NzE)
+- [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-1c44wsfgl-gX_6f50DezdnWVrGsxC~Ug)
 - [Hudi mailing list](mailto:[email protected]) - (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/enQtODYyNDAxNzc5MTg2LTE5OTBlYmVhYjM0N2ZhOTJjOWM4YzBmMWU2MjZjMGE4NDc5ZDFiOGQ2N2VkYTVkNzU3ZDQ4OTI1NmFmYWQ0NzE)
+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-1c44wsfgl-gX_6f50DezdnWVrGsxC~Ug)
 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 5c0782c235..8aee1728b3 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/enQtODYyNDAxNzc5MTg2LTE5OTBlYmVhYjM0N2ZhOTJjOWM4YzBmMWU2MjZjMGE4NDc5ZDFiOGQ2N2VkYTVkNzU3ZDQ4OTI1NmFmYWQ0NzE)
+- [Hudi Slack 
Channel](https://join.slack.com/t/apache-hudi/shared_invite/zt-1c44wsfgl-gX_6f50DezdnWVrGsxC~Ug)
 - [Hudi mailing list](mailto:[email protected]) - (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/enQtODYyNDAxNzc5MTg2LTE5OTBlYmVhYjM0N2ZhOTJjOWM4YzBmMWU2MjZjMGE4NDc5ZDFiOGQ2N2VkYTVkNzU3ZDQ4OTI1NmFmYWQ0NzE)
+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-1c44wsfgl-gX_6f50DezdnWVrGsxC~Ug)
 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 8869ceea0c..b8bc5f2bce 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/enQtODYyNDAxNzc5MTg2LTE5OTBlYmVhYjM0N2ZhOTJjOWM4YzBmMWU2MjZjMGE4NDc5ZDFiOGQ2N2VkYTVkNzU3ZDQ4OTI1NmFmYWQ0NzE";
+      "href": 
"https://join.slack.com/t/apache-hudi/shared_invite/zt-1c44wsfgl-gX_6f50DezdnWVrGsxC~Ug";
     }
   ]
 }
diff --git a/website/versioned_sidebars/version-0.10.1-sidebars.json 
b/website/versioned_sidebars/version-0.10.1-sidebars.json
index 5a01708d27..8cb868e2ce 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/enQtODYyNDAxNzc5MTg2LTE5OTBlYmVhYjM0N2ZhOTJjOWM4YzBmMWU2MjZjMGE4NDc5ZDFiOGQ2N2VkYTVkNzU3ZDQ4OTI1NmFmYWQ0NzE";
+      "href": 
"https://join.slack.com/t/apache-hudi/shared_invite/zt-1c44wsfgl-gX_6f50DezdnWVrGsxC~Ug";
     }
   ]
 }
diff --git a/website/versioned_sidebars/version-0.11.0-sidebars.json 
b/website/versioned_sidebars/version-0.11.0-sidebars.json
index cbcc5f2dc5..f08e4ea9e8 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/enQtODYyNDAxNzc5MTg2LTE5OTBlYmVhYjM0N2ZhOTJjOWM4YzBmMWU2MjZjMGE4NDc5ZDFiOGQ2N2VkYTVkNzU3ZDQ4OTI1NmFmYWQ0NzE";
+      "href": 
"https://join.slack.com/t/apache-hudi/shared_invite/zt-1c44wsfgl-gX_6f50DezdnWVrGsxC~Ug";
     }
   ]
 }
diff --git a/website/versioned_sidebars/version-0.11.1-sidebars.json 
b/website/versioned_sidebars/version-0.11.1-sidebars.json
index fefc8ff56d..4ed59be829 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/enQtODYyNDAxNzc5MTg2LTE5OTBlYmVhYjM0N2ZhOTJjOWM4YzBmMWU2MjZjMGE4NDc5ZDFiOGQ2N2VkYTVkNzU3ZDQ4OTI1NmFmYWQ0NzE";
+      "href": 
"https://join.slack.com/t/apache-hudi/shared_invite/zt-1c44wsfgl-gX_6f50DezdnWVrGsxC~Ug";
     }
   ]
 }
diff --git a/website/versioned_sidebars/version-0.9.0-sidebars.json 
b/website/versioned_sidebars/version-0.9.0-sidebars.json
index ae492eed7e..2806ece622 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/enQtODYyNDAxNzc5MTg2LTE5OTBlYmVhYjM0N2ZhOTJjOWM4YzBmMWU2MjZjMGE4NDc5ZDFiOGQ2N2VkYTVkNzU3ZDQ4OTI1NmFmYWQ0NzE";
+      "href": 
"https://join.slack.com/t/apache-hudi/shared_invite/zt-1c44wsfgl-gX_6f50DezdnWVrGsxC~Ug";
     }
   ]
 }

Reply via email to